ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
int GetThumbnailSize();
int SetThumbnailSize(int iThumbnailSize);
Possible Values
DTS_32X_32(0), DTS_64X_64(1), DTS_128X_128(2), DTS_640X_480(3), DTS_1024X_768(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