HtmlSaveOptions Class

Allows to specify additional options when saving document to HTML format.
Inheritance Hierarchy

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class HtmlSaveOptions : SaveOptions

The HtmlSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodHtmlSaveOptions
Initializes a new instance of the HtmlSaveOptions class.
Properties
  NameDescription
Public propertyCssPerPageGeneration
Gets or sets whether the StyleSheet file will be generated for each new page separately.
Public propertyCssSavingCallback
Gets or sets the callback that is called to create resource to store CSS.
Public propertyDocumentPerPageGeneration
Gets or sets a value indicating whether document per page generation is enabled.
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 propertyFontsSubsystem
Gets or sets font's settings to be used while saving
(Inherited from SaveOptions.)
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 propertyPageSavingCallback
Gets or sets the callback that is called to create resource to store page.
Public propertySaveFormat
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also