Aspose.Note.Saving
Contents
[
Hide
]The Saving namespace contains classes which perform saving to different formats.
Classes
| Class | Description |
|---|---|
| AlwaysSplitObjectsAlgorithm | Splits an object into several parts in case it doesn’t fit in original page. |
| HtmlSaveOptions | Allows to specify additional options when saving document to HTML format. |
| ImageBinarizationOptions | Options for image’s binarization. |
| ImageSaveOptions | Allows to specify additional options when rendering document pages to images. |
| KeepPartAndCloneSolidObjectToNextPageAlgorithm | Adds object’s top part to the bottom of the page and clones full object to the next page in case it doesn’t fit in original page. |
| KeepSolidObjectsAlgorithm | Shifts full object to the next page in case it doesn’t fit in original page. |
| NotebookHtmlSaveOptions | Allows to specify additional options when saving notebook to HTML format. |
| NotebookImageSaveOptions | Allows to specify additional options when rendering notebook pages to images. |
| NotebookOneSaveOptions | Allows to specify additional options when saving notebook to OneNote format. |
| NotebookPdfSaveOptions | Allows to specify additional options when rendering notebook pages to PDF. |
| NotebookSaveOptions | An abstract base class which represents notebook saving options for a particular format. |
| NotebookSaveOptions<TDocumentSaveOptions> | An abstract base class which represents notebook saving options for a particular format and provides common saving options for all document child nodes. |
| OneSaveOptions | Allows to specify additional options when saving document to OneNote format. |
| PageSettings | Represents the layout settings for a page. |
| PageSplittingAlgorithm | Base class for splitting an object in case it doesn’t fit in original page. |
| PdfSaveOptions | Allows to specify additional options when rendering document pages to PDF. |
| PrintOptions | Options used to print a document. |
| SaveOptions | An abstract base class which represents document saving options for a particular format. |
Enumeration
| Enumeration | Description |
|---|---|
| BinarizationMethod | Specifies binarization method for an image. |
| ColorMode | The color mode of the image. |
| TiffCompression | Specifies what type of compression to use when saving a document to the TIFF format. |