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
الأعضاء الموروثين
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
القيمة صفر .
قيمة القيادة غير المشروعة؛ قيمة
XmpGuid(Guid)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.Xmp.Types.Derived.XmpGuid.
public XmpGuid(Guid guid)
Parameters
guid
Guid
الهوية الفريدة .
Properties
Prefix
يحصل أو يضع المسبق مثل uuid.
[JsonProperty]
public string Prefix { get; set; }
قيمة الممتلكات
Value
يحصل أو يضع القيمة.
[JsonProperty]
public Guid Value { get; set; }
قيمة الممتلكات
Methods
GetXmpRepresentation()
يحصل على القيمة الموجودة في الحبل في تنسيق XMP.
public override string GetXmpRepresentation()
Returns
يعيد القيمة الموجودة في الشريط في تنسيق XMP.