Class XmpGuid
A név: Aspose.Imaging.Xmp.Types.Derived Összefoglaló: Aspose.Imaging.dll (25.4.0)
Az XMP egyedi globális azonosítója.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpGuid
Implements
Örökletes tagok
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(A string)
Kezdődik egy új példány a Aspose.Imaging.Xmp.Types.Derived.xmpGuid osztály.
public XmpGuid(string value)
Parameters
value
string
Az érték.
Exceptions
Az érték null.
Invalid útmutató értéke; érték
XmpGuid(Guid)
Kezdődik egy új példány a Aspose.Imaging.Xmp.Types.Derived.xmpGuid osztály.
public XmpGuid(Guid guid)
Parameters
guid
Guid
Az egyedülálló azonosító.
Properties
Prefix
Megkapja vagy beállítja a prefix, mint uuid.
[JsonProperty]
public string Prefix { get; set; }
ingatlan értéke
Value
Megkapja vagy beállítja az értéket.
[JsonProperty]
public Guid Value { get; set; }
ingatlan értéke
Methods
GetXmpRepresentation()
Megkapja az XMP formátumban található szalag értéket.
public override string GetXmpRepresentation()
Returns
Visszaadja az XMP formátumban tartalmazott értéket.