Class XmpGuid
Nama dari : Aspose.Imaging.Xmp.Types.Derived Pengumpulan: Aspose.Imaging.dll (25.4.0)
Perwakilan XMP global unik identifier.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpGuid
Implements
anggota yang diwarisi
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)
Inicialisasi contoh baru dari Aspose.Imaging.Xmp.Types.Derived.XmpGuid kelas.
public XmpGuid(string value)
Parameters
value
string
dengan nilai tersebut.
Exceptions
Nilai adalah nol.
Nilai panduan yang tidak sah; nilai
XmpGuid(Guid)
Inicialisasi contoh baru dari Aspose.Imaging.Xmp.Types.Derived.XmpGuid kelas.
public XmpGuid(Guid guid)
Parameters
guid
Guid
Identifikasi yang unik.
Properties
Prefix
Dapatkan atau menetapkan prefix seperti uuid.
[JsonProperty]
public string Prefix { get; set; }
Nilai Properti
Value
Dapatkan atau menetapkan nilai.
[JsonProperty]
public Guid Value { get; set; }
Nilai Properti
Methods
GetXmpRepresentation()
Dapatkan nilai string yang terkandung dalam format XMP.
public override string GetXmpRepresentation()
Returns
Mengembalikan nilai string yang terkandung dalam format XMP.