XmpMimeType Class
Summary: Represents MIME type.
Module: aspose.psd.xmp.types.derived
Full Name: aspose.psd.xmp.types.derived.XmpMimeType
Inheritance: IXmpType, XmpText
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpMimeType(value) | Initializes a new instance of the XmpMimeType class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
value | string | r/w | Gets or sets the text value. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpMimeType(value)
XmpMimeType(value)
Initializes a new instance of the XmpMimeType 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. |