Class HTMLSaveOptions
Class HTMLSaveOptions
Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.4.0)
Represents HTML save options.
[ComVisible(true)]
public class HTMLSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← HTMLSaveOptions
Inherited Members
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HTMLSaveOptions()
public HTMLSaveOptions()
Fields
AUTO
The output document type will be selected automatically.
public const byte AUTO = 0
Field Value
HTML
The document will be saved as HTML.
public const byte HTML = 1
Field Value
XHTML
The document will be saved as XHTML.
public const byte XHTML = 2
Field Value
Properties
DocumentType
Gets or sets the output document type.
public byte DocumentType { get; set; }
Property Value
SerializeInputValue
This option controls whether to serialize the value of the Aspose.Html.HTMLInputElement’s or the Aspose.Html.HTMLTextAreaElement’s “value” property into the “value” attribute.
public bool SerializeInputValue { get; set; }