HtmlSaveOptions Class

Aspose.Note for .NET API

HtmlSaveOptions Class

Allows to specify additional options when saving document to HTML format.
Inheritance Hierarchy
SystemObject  Aspose.Note.SavingSaveOptions
    Aspose.Note.SavingHtmlSaveOptions

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public class HtmlSaveOptions : SaveOptions
Public Class HtmlSaveOptions
	Inherits SaveOptions
public ref class HtmlSaveOptions : public SaveOptions
type HtmlSaveOptions =  
    class
        inherit SaveOptions
    end

The HtmlSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodHtmlSaveOptions
Initializes a new instance of the HtmlSaveOptions class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also