ThumbnailSize Property
The size of the thumbnail in pixels.
Object Oriented Interface
public function getThumbnailSize(); public function setThumbnailSize($value);
Procedural Interface
incloudstorage_box_get($res, 79 ); incloudstorage_box_set($res, 79, $value );
Default Value
0
Remarks
This property defines the size of the thumbnail to be returned. The applicable sizes depend on the value of ThumbnailFormat.
Applicable values for PNG:
- 0 (bts32x32 - default)
- 4 (bts64x64)
- 5 (bts128x128)
- 6 (bts256x256)
Applicable values for JPG:
- 0 (bts32x32 - defalut)
- 1 (bts94x94)
- 2 (bts160x160)
- 3 (bts320x320)
Data Type
Integer