HtmlSaveOptions Class
Aspose.Note for .Net
HtmlSaveOptions Class |
Allows to specify additional options when saving document to HTML format.
Namespace: Aspose.Note.Saving
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
The HtmlSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| HtmlSaveOptions |
Initializes a new instance of the HtmlSaveOptions class.
|
| Name | Description | |
|---|---|---|
| CssSavingCallback |
Gets or sets the callback that is called to create resource to store CSS.
| |
| ExportCss |
Gets or sets the way css is exported.
| |
| ExportFonts |
Gets or sets the way fonts are exported.
| |
| ExportImages |
Gets or sets the way images are exported.
| |
| FontFaceTypes |
Gets or sets the font face types.
| |
| FontSavingCallback |
Gets or sets the callback that is called to create resource to store font.
| |
| ImageSavingCallback |
Gets or sets the callback that is called to create resource to store image.
| |
| PageCount |
Gets or sets the number of pages to save. By default is MaxValue
which means all pages of the document will be rendered.
| |
| PageIndex |
Gets or sets the index of the first page to save. By default is 0.
| |
| SaveFormat |
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |