XmpTypeBase Class
Summary: Represents base class for basic XMP type.
Module: aspose.imaging.xmp.types
Full Name: aspose.imaging.xmp.types.XmpTypeBase
Inheritance: IXmpType
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Gets the string contained value in XMP format. |
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. |