Class XmpGuid

Class XmpGuid

Nom dels espais: Aspose.Imaging.Xmp.Types.Derived Assemblea: Aspose.Imaging.dll (25.4.0)

Representa el identificador XMP global únic.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Membres heretats

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(Tàrrega)

Inicialitza una nova instància de la classe Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(string value)

Parameters

value string

El valor.

Exceptions

ArgumentNullException

El valor és zero.

ArgumentException

Valor de la conducció invalidada;valor

XmpGuid(Guid)

Inicialitza una nova instància de la classe Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(Guid guid)

Parameters

guid Guid

Un identificador únic.

Properties

Prefix

Obté o posa el prefix com uuid.

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

Valor de la propietat

string

Value

Obtenir o establir el valor.

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

Valor de la propietat

Guid

Methods

GetXmpRepresentation()

Obté el valor contingut de la fila en format XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna el valor contingut en el format XMP.

 Català