HtmlSaveOptions Properties
Aspose.Note for .Net
HtmlSaveOptions Properties |
The HtmlSaveOptions type exposes the following members.
| 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.) |