HTMLSaveOptions class
HTMLSaveOptions class
Represents HTML save options.
Inheritance: HTMLSaveOptions →
SaveOptions
The HTMLSaveOptions type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the SaveOptionsclass. | 
Properties
| Property | Description | 
|---|---|
| resource_handling_options | Gets a ResourceHandlingOptionsobject which is used for configuration of resources handling. | 
| serialize_input_value | This option controls whether to serialize the value of the HTMLInputElement’s or theHTMLTextAreaElement’s “value” property into the “value” attribute. | 
| document_type | Gets or sets the output document type. | 
| AUTO | The output document type will be selected automatically. | 
| HTML | The document will be saved as HTML. | 
| XHTML | The document will be saved as XHTML. | 
See Also
- module aspose.html.saving
- class HTMLInputElement
- class HTMLSaveOptions
- class HTMLTextAreaElement
- class ResourceHandlingOptions
- class SaveOptions