Class XmpBoolean

Class XmpBoolean

Der Name: Aspose.Imaging.Xmp.Types.Basic Versammlung: Aspose.Imaging.dll (25.4.0)

Es handelt sich um XMP Boolean Basistyp.

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpBoolean : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpBoolean

Implements

IXmpType , ICloneable

Vererbte Mitglieder

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpBoolean(Bool)

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpBoolean Klasse basierend auf boolean Wert.

public XmpBoolean(bool value)

Parameters

value bool

Die Boolean-Werte: Die zulässigen Werte sind wahr oder falsch.

XmpBoolean()

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpBoolean Klasse mit Standardwert.

[JsonConstructor]
public XmpBoolean()

XmpBoolean(String)

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Basic.XmpBoolean Klasse.

public XmpBoolean(string value)

Parameters

value string

Der Wert.

Exceptions

ArgumentNullException

Wert

ArgumentException

Invalid String Wert;Wert

Properties

Value

Erhalten oder setzen Sie einen Wert, der angibt, ob diese Aspose.Imaging.Xmp.Types.Basic.XmpBoolean ist Wert.

[JsonProperty]
public bool Value { get; set; }

Eigentumswert

bool

Methods

GetXmpRepresentation()

Returns string enthaltene Wert in XMP-Format.

public override string GetXmpRepresentation()

Returns

string

Returns String enthält xmp-Repräsentation.

 Deutsch