ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
int GetThumbnailSize();
int SetThumbnailSize(int iThumbnailSize);
Possible Values
BTS_32X_32(0), BTS_94X_94(1), BTS_160X_160(2), BTS_320X_320(3), BTS_64X_64(4), BTS_128X_128(5), BTS_256X_256(6)
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