Class HTMLSaveOptions

Class HTMLSaveOptions

De naam: Aspose.Html.Saving Verzameling: Aspose.HTML.dll (25.4.0)

Het vertegenwoordigt HTML Save opties.

[ComVisible(true)]
public class HTMLSaveOptions : SaveOptions

Inheritance

object SaveOptions HTMLSaveOptions

Geëerbiede leden

SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

HTMLSaveOpties()

public HTMLSaveOptions()

Fields

AUTO

De uitgangsdocument type wordt automatisch geselecteerd.

public const byte AUTO = 0

veldwaarde

byte

HTML

Het document wordt opgeslagen als HTML.

public const byte HTML = 1

veldwaarde

byte

XHTML

Het document wordt opgeslagen als XHTML.

public const byte XHTML = 2

veldwaarde

byte

Properties

DocumentType

Geeft of stelt de uitgangsdocument type.

public byte DocumentType { get; set; }

Eigendomswaarde

byte

SerializeInputValue

Deze optie controleert of de waarde van de Aspose.Html.HTMLInputElement of de Aspose.Html.HTMLTextAreaElement ‘waarde’ eigenschap in het ‘waarde’ attribuut te serialiseren.

public bool SerializeInputValue { get; set; }

Eigendomswaarde

bool

 Nederlands