Aspose.Html.Saving Namespace
The Aspose.Html.Saving namespace is presented by data classes for description of specific save options at conversion/saving process.
Classes
  ClassDescription
Public classCode exampleDocSaveOptions

Specific options data class. By assigning properties you can manage rendering characteristics such as resolution, page size, background color as well as doc specific options such as font embedding. More info see in documentation article.

Public classCode exampleHTMLSaveOptions

Represents HTML save options. By assigning specific properties you can manage resource processing such as max handling depth and so on. More info see in documentation article.

Public classCode exampleImageSaveOptions

Specific options data class. It provides properties to manage image result resolution, smooting quality, format as well as page settings and etc. More info you can obtain in documentation article.

Public classCode exampleMarkdownSaveOptions

Represents Markdown save options. For example, you can set markdown formatting style, use predefined GitLab Flavored Markdown compatible options and configurate resources handling. Refer to more info in article.

Public classCode exampleMHTMLSaveOptions

Represents MHTML save options. By assigning specific properties you can manage resource processing such as max handling depth and so on. More info see in documentation article.

Public classCode examplePdfSaveOptions

Specific data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article.

Public classResourceHandlingOptions
Represents resource handling options.
Public classSaveOptions
This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.
Public classCode exampleXpsSaveOptions

Specific options data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article.

Enumerations
  EnumerationDescription
Public enumerationCode exampleHTMLSaveFormat

Specifies format in which document is saved. You can find more info about saving HTMLDocument in article.

Public enumerationMarkdownFeatures
A MarkdownFeatures flag set is a set of zero or more of the following flags, which are used to select elements converted to markdown.
Public enumerationMarkdownFormatter
Specifies the way output will be formatted.
Public enumerationResourceHandling
This enum represents resource handling options.
Public enumerationUrlRestriction

This enum represents restriction applied to URLs of processed resources.