Thumbnail Class
Contents
[
Hide
]Summary: Represents thumbnail image for a file.
Module: aspose.psd.xmp.types.complex.thumbnail
Full Name: aspose.psd.xmp.types.complex.thumbnail.Thumbnail
Inheritance: IXmpType, ComplexTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
Thumbnail() | Initializes a new instance of the Thumbnail class. |
Thumbnail(width, height) | Initializes a new instance of the Thumbnail class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
height | int | r/w | Gets or sets the height. |
image_base64 | string | r/w | Gets or sets the image in base64 format. |
namespace_uri | string | r | Gets the default namespace URI. |
prefix | string | r | Gets the prefix. |
width | int | r/w | Gets or sets the width. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: Thumbnail()
Thumbnail()
Initializes a new instance of the Thumbnail class.
Constructor: Thumbnail(width, height)
Thumbnail(width, height)
Initializes a new instance of the Thumbnail class.
Parameters:
Parameter | Type | Description |
---|---|---|
width | int | The width. |
height | int | The height. |
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. |