Class XmpGuid

Class XmpGuid

De naam: Aspose.Imaging.Xmp.Types.Derived Verzameling: Aspose.Imaging.dll (25.4.0)

XMP is een wereldwijd unieke identificator.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Geëerbiede leden

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)

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Derived.xmpGuid klasse.

public XmpGuid(string value)

Parameters

value string

De waarde .

Exceptions

ArgumentNullException

De waarde is nul.

ArgumentException

Invalid gids waarde; waarde

XmpGuid(Guid)

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Derived.xmpGuid klasse.

public XmpGuid(Guid guid)

Parameters

guid Guid

De unieke identificator.

Properties

Prefix

Geeft of zet de prefix als uuid.

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

Eigendomswaarde

string

Value

Geeft of bepaalt de waarde.

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

Eigendomswaarde

Guid

Methods

GetXmpRepresentation()

Geeft de string bevatte waarde in XMP-formaat.

public override string GetXmpRepresentation()

Returns

string

Terugkomt de waarde die de string bevat in XMP-formaat.

 Nederlands