Class HTMLSaveOptions
Class HTMLSaveOptions
Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.7.0)
Represents HTML save options.
[ComVisible(true)]
public class HTMLSaveOptions : SaveOptionsInheritance
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 = 0Field Value
HTML
The document will be saved as HTML.
public const byte HTML = 1Field Value
XHTML
The document will be saved as XHTML.
public const byte XHTML = 2Field 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; }