ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
property ThumbnailSize: TicsboxThumbnailSizes;
TicsboxThumbnailSizes = ( bts32x32, bts94x94, bts160x160, bts320x320, bts64x64, bts128x128, bts256x256 );
Default Value
bts32x32
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