Class XmpGuid

Class XmpGuid

Namn på plats: Aspose.Imaging.Xmp.Types.Derived Församling: Aspose.Imaging.dll (25.4.0)

Representerar XMP global unik identifierare.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Arvsmedlemmar

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(Sträng)

Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Derived.XmpGuid klass.

public XmpGuid(string value)

Parameters

value string

och värdet .

Exceptions

ArgumentNullException

Värdet är noll.

ArgumentException

Invalid guide värde; värde

XmpGuid(Guid)

Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Derived.XmpGuid klass.

public XmpGuid(Guid guid)

Parameters

guid Guid

Den unika identifieraren.

Properties

Prefix

Får eller sätter prefixet som uuid.

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

Fastighetsvärde

string

Value

Få eller sätta värdet.

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

Fastighetsvärde

Guid

Methods

GetXmpRepresentation()

Få värdet i raden i XMP-format.

public override string GetXmpRepresentation()

Returns

string

Returnerar strängen innehållande värde i XMP-format.

 Svenska