XmpGuid Class
Contents
[
Hide
]Summary: Represents XMP global unique identifier.
Module: aspose.imaging.xmp.types.derived
Full Name: aspose.imaging.xmp.types.derived.XmpGuid
Inheritance: IXmpType, XmpTypeBase
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 | System.Guid | r/w | Gets or sets the value. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| 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 | System.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: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| System.Object | A memberwise clone. |
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. |