Thumbnail Class

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.4.0

Constructors

NameDescription
Thumbnail()Initializes a new instance of the Thumbnail class.
Thumbnail(width, height)Initializes a new instance of the Thumbnail class.

Properties

NameTypeAccessDescription
heightintr/wGets or sets the height.
image_base64stringr/wGets or sets the image in base64 format.
namespace_uristringrGets the default namespace URI.
prefixstringrGets the prefix.
widthintr/wGets or sets the width.

Methods

NameDescription
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:

ParameterTypeDescription
widthintThe width.
heightintThe height.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.