Class XmpGuid

Class XmpGuid

İsim alanı : Aspose.Imaging.Xmp.Types.Derived Toplantı: Aspose.Imaging.dll (25.4.0)

XMP küresel benzersiz tanımlayıcıdır.

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

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

mirasçı üyeleri

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(Sırt)

Aspose.Imaging.Xmp.Types.Derived.XmpGuid sınıfının yeni bir örneğini başlatır.

public XmpGuid(string value)

Parameters

value string

Değer için .

Exceptions

ArgumentNullException

değeri sıfırdır.

ArgumentException

Değişken rehberlik değeri; değeri

XmpGuid(Guid)

Aspose.Imaging.Xmp.Types.Derived.XmpGuid sınıfının yeni bir örneğini başlatır.

public XmpGuid(Guid guid)

Parameters

guid Guid

benzersiz tanımlayıcıdır.

Properties

Prefix

Önceki YazıÖnceki YazıÖnceki YazıÖnceki YazıÖnceki YazıÖnceki YazıÖnceki Yazı

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

Mülkiyet Değer

string

Value

Değerini alır ya da belirler.

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

Mülkiyet Değer

Guid

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe