Class XmpGuid
De naam: Aspose.Imaging.Xmp.Types.Derived Verzameling: Aspose.Imaging.dll (25.4.0)
XMP is een wereldwijd unieke identificator.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpGuid
Implements
Geëerbiede leden
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)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Derived.xmpGuid klasse.
public XmpGuid(string value)
Parameters
value
string
De waarde .
Exceptions
De waarde is nul.
Invalid gids waarde; waarde
XmpGuid(Guid)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Derived.xmpGuid klasse.
public XmpGuid(Guid guid)
Parameters
guid
Guid
De unieke identificator.
Properties
Prefix
Geeft of zet de prefix als uuid.
[JsonProperty]
public string Prefix { get; set; }
Eigendomswaarde
Value
Geeft of bepaalt de waarde.
[JsonProperty]
public Guid Value { get; set; }
Eigendomswaarde
Methods
GetXmpRepresentation()
Geeft de string bevatte waarde in XMP-formaat.
public override string GetXmpRepresentation()
Returns
Terugkomt de waarde die de string bevat in XMP-formaat.