Class XmpGuid

Class XmpGuid

Le nom : Aspose.Imaging.Xmp.Types.Derived Assemblée: Aspose.Imaging.dll (25.4.0)

Il XMP è un identificatore unico globale.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

I membri ereditari

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(Le string)

Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(string value)

Parameters

value string

Il valore .

Exceptions

ArgumentNullException

Il valore è zero.

ArgumentException

Valore di guida invalid; Valore

XmpGuid(Guid)

Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(Guid guid)

Parameters

guid Guid

Un identificatore unico.

Properties

Prefix

Ricevi o metti il prefix come uuid.

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

Valore di proprietà

string

Value

Riceve o stabilisce il valore.

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

Valore di proprietà

Guid

Methods

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public override string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.

 Français