Class XmpGuid

Class XmpGuid

Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Derived Zgromadzenie: Aspose.Imaging.dll (25.4.0)

XMP to globalny unikalny identyfikator.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Dziedziczeni członkowie

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(strumień)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(string value)

Parameters

value string

I wartość .

Exceptions

ArgumentNullException

Wartość jest zero.

ArgumentException

Niepełnosprawna wartość przewodnika; wartość

XmpGuid(Guid)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.xmpGuid.

public XmpGuid(Guid guid)

Parameters

guid Guid

Unikalny identyfikator

Properties

Prefix

Otrzymuje lub ustawia prefix jak uuid.

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

Wartość nieruchomości

string

Value

Otrzymuje lub ustala wartość.

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

Wartość nieruchomości

Guid

Methods

GetXmpRepresentation()

Otrzymuje wartość zawartą w rzędzie w formacie XMP.

public override string GetXmpRepresentation()

Returns

string

Powraca wartość zawartość paska w formacie XMP.

 Polski