Class XmpGuid
Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Derived Zgromadzenie: Aspose.Imaging.dll (25.4.0)
XMP to globalny unikalny identyfikator.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpGuid
Implements
Dziedziczeni członkowie
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(strumień)
Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.xmpGuid.
public XmpGuid(string value)
Parameters
value
string
I wartość .
Exceptions
Wartość jest zero.
Niepełnosprawna wartość przewodnika; wartość
XmpGuid(Guid)
Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.xmpGuid.
public XmpGuid(Guid guid)
Parameters
guid
Guid
Unikalny identyfikator
Properties
Prefix
Otrzymuje lub ustawia prefix jak uuid.
[JsonProperty]
public string Prefix { get; set; }
Wartość nieruchomości
Value
Otrzymuje lub ustala wartość.
[JsonProperty]
public Guid Value { get; set; }
Wartość nieruchomości
Methods
GetXmpRepresentation()
Otrzymuje wartość zawartą w rzędzie w formacie XMP.
public override string GetXmpRepresentation()
Returns
Powraca wartość zawartość paska w formacie XMP.