XmpGuid Class
Contents
[
Hide
]Summary: Represents XMP global unique identifier.
Module: aspose.psd.xmp.types.derived
Full Name: aspose.psd.xmp.types.derived.XmpGuid
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpGuid(guid) | Initializes a new instance of the XmpGuid class. |
XmpGuid(value) | Initializes a new instance of the XmpGuid class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
prefix | string | r/w | Gets or sets the prefix like uuid. |
value | Guid | r/w | Gets or sets the value. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpGuid(guid)
XmpGuid(guid)
Initializes a new instance of the XmpGuid class.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | Guid | The unique identifier. |
Constructor: XmpGuid(value)
XmpGuid(value)
Initializes a new instance of the XmpGuid class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |