HTMLSaveOptions Class
Contents
[
Hide
]HTMLSaveOptions class
Represents HTML save options.
public class HTMLSaveOptions : SaveOptions
Constructors
Name | Description |
---|---|
HTMLSaveOptions() | The default constructor. |
Properties
Name | Description |
---|---|
DocumentType { get; set; } | Gets or sets the output document type. |
ResourceHandlingOptions { get; } | Gets a ResourceHandlingOptions object which is used for configuration of resources handling. |
SerializeInputValue { get; set; } | This option controls whether to serialize the value of the HTMLInputElement ’s or the HTMLTextAreaElement ’s “value” property into the “value” attribute. |
Fields
Name | Description |
---|---|
const AUTO | The output document type will be selected automatically. |
const HTML | The document will be saved as HTML. |
const XHTML | The document will be saved as XHTML. |
See Also
- class SaveOptions
- namespace Aspose.Html.Saving
- assembly Aspose.HTML