ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
public int getThumbnailSize(); public void setThumbnailSize(int thumbnailSize);
Enumerated values: public final static int dts32x32 = 0; public final static int dts64x64 = 1; public final static int dts128x128 = 2; public final static int dts640x480 = 3; public final static int dts1024x768 = 4;
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 |
Default Value
0