ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
public int getThumbnailSize(); public void setThumbnailSize(int thumbnailSize);
Enumerated values: public final static int bts32x32 = 0; public final static int bts94x94 = 1; public final static int bts160x160 = 2; public final static int bts320x320 = 3; public final static int bts64x64 = 4; public final static int bts128x128 = 5; public final static int bts256x256 = 6;
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)
Default Value
0