RenditionClass Class
Contents
[
Hide
]Summary: Represents the XMP Rendition.
Module: aspose.psd.xmp.types.derived
Full Name: aspose.psd.xmp.types.derived.RenditionClass
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
RenditionClass() | Initializes a new instance of the RenditionClass class. |
RenditionClass(token, value) | Initializes a new instance of the RenditionClass class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
defined_values [static] | string | r | The defined values |
token | string | r/w | Gets or sets the token. |
value | string | r/w | Gets or sets the value. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: RenditionClass()
RenditionClass()
Initializes a new instance of the RenditionClass class.
Constructor: RenditionClass(token, value)
RenditionClass(token, value)
Initializes a new instance of the RenditionClass class.
Parameters:
Parameter | Type | Description |
---|---|---|
token | string | The token. |
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. |