Class XmpGuid

Class XmpGuid

Именује се: Aspose.Imaging.Xmp.Types.Derived Асамблеја: Aspose.Imaging.dll (25.4.0)

Представља XMP глобални јединствени идентификатор.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

Наслеђени чланови

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(Стринг)

Иницијалише нову инстанцију Aspose.Imaging.Xmp.Types.Derived.xmpGuid класе.

public XmpGuid(string value)

Parameters

value string

То је вредност.

Exceptions

ArgumentNullException

Vrednost je nula.

ArgumentException

Инвалидна вредност вожње; вредност

XmpGuid(Guid)

Иницијалише нову инстанцију Aspose.Imaging.Xmp.Types.Derived.xmpGuid класе.

public XmpGuid(Guid guid)

Parameters

guid Guid

јединствени идентификатор.

Properties

Prefix

Добије или поставља префикс као uuid.

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

Вредност имовине

string

Value

Добија или поставља вредност.

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

Вредност имовине

Guid

Methods

GetXmpRepresentation()

Добије вредност струје која се садржи у XMP формату.

public override string GetXmpRepresentation()

Returns

string

Повратак струје садржане вредности у XMP формату.

 Српски