ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
__property TicsDropboxThumbnailSizes ThumbnailSize = {read=FThumbnailSize, write=FSetThumbnailSize, default=0};
enum TicsDropboxThumbnailSizes { dts32x32=0, dts64x64=1, dts128x128=2, dts640x480=3, dts1024x768=4 };
Default Value
0
Remarks
This property defines the size of the thumbnail image to get. Possible values are:
0 (dts32x32 - default) | 32x32 px |
1 (dts64x64) | 64x64 px |
2 (dts128x128) | 128x128 px |
3 (dts640x480) | 640x480 px |
4 (dts1024x768) | 1024x768 px |
Data Type
Integer