ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
__property TicsBoxThumbnailSizes ThumbnailSize = {read=FThumbnailSize, write=FSetThumbnailSize, default=0};
enum TicsBoxThumbnailSizes { bts32x32=0, bts94x94=1, bts160x160=2, bts320x320=3, bts64x64=4, bts128x128=5, bts256x256=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