Class XmpGuid

Class XmpGuid

nazivni prostor: Aspose.Imaging.Xmp.Types.Derived Sastav: Aspose.Imaging.dll (25.4.0)

Predstavlja XMP globalni jedinstveni identifikator.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

naslijeđeni članovi

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(String)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Derived.xmpGuid razreda.

public XmpGuid(string value)

Parameters

value string

Vrijednost je.

Exceptions

ArgumentNullException

Vrijednost je nula.

ArgumentException

Vrijednost invalidnog vodiča;Vrijednost

XmpGuid(Guid)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Derived.xmpGuid razreda.

public XmpGuid(Guid guid)

Parameters

guid Guid

Jedinstveni identifikacijski sustav.

Properties

Prefix

Pronađite ili postavite predviđanje kao uuid.

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

Vrijednost nekretnina

string

Value

Dobivaju ili postavljaju vrijednost.

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

Vrijednost nekretnina

Guid

Methods

GetXmpRepresentation()

Dobiva vrijednost uvrštena u XMP formatu.

public override string GetXmpRepresentation()

Returns

string

Povratak sadržane vrijednosti u formatu XMP.

 Hrvatski