HtmlSaveOptions Properties

Aspose.Note for .NET API

HtmlSaveOptions Properties

The HtmlSaveOptions type exposes the following members.

Properties
  NameDescription
Public propertyCssSavingCallback
Gets or sets the callback that is called to create resource to store CSS.
Public propertyExportCss
Gets or sets the way css is exported.
Public propertyExportFonts
Gets or sets the way fonts are exported.
Public propertyExportImages
Gets or sets the way images are exported.
Public propertyFontFaceTypes
Gets or sets the font face types.
Public propertyFontSavingCallback
Gets or sets the callback that is called to create resource to store font.
Public propertyImageSavingCallback
Gets or sets the callback that is called to create resource to store image.
Public propertyPageCount
Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.
Public propertyPageIndex
Gets or sets the index of the first page to save. By default is 0.
Public propertySaveFormat
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.)
Top
See Also