Class XmpGuid

Class XmpGuid

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

Es handelt sich um den XMP Global Unique Identifier.

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

Inheritance

object XmpTypeBase XmpGuid

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

XmpGuid(String)

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Derived.XmpGuid Klasse.

public XmpGuid(string value)

Parameters

value string

Der Wert.

Exceptions

ArgumentNullException

Der Wert ist null.

ArgumentException

Invalid Führungswert; Wert

XmpGuid(Guid)

Initialisiert eine neue Instanz der Aspose.Imaging.Xmp.Types.Derived.XmpGuid Klasse.

public XmpGuid(Guid guid)

Parameters

guid Guid

Der einzigartige Identifikator.

Properties

Prefix

Gibt oder setzt die Vorwahl wie uuid.

[JsonProperty]
public string Prefix { get; set; }

Eigentumswert

string

Value

Sie erhalten oder setzen den Wert.

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

Eigentumswert

Guid

Methods

GetXmpRepresentation()

Erhalten Sie den enthaltenen Wert im XMP-Format.

public override string GetXmpRepresentation()

Returns

string

Ersetzt den enthaltenen Wert im XMP-Format zurück.

 Deutsch