HTMLSaveOptions Class

HTMLSaveOptions class

Represents HTML save options.

public class HTMLSaveOptions : SaveOptions

Constructors

NameDescription
HTMLSaveOptions()The default constructor.

Properties

NameDescription
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

NameDescription
const AUTOThe output document type will be selected automatically.
const HTMLThe document will be saved as HTML.
const XHTMLThe document will be saved as XHTML.

See Also