ThumbnailSize Property
The size of the thumbnail in pixels.
Object Oriented Interface
public function getThumbnailSize(); public function setThumbnailSize($value);
Procedural Interface
incloudstorage_dropbox_get($res, 57 ); incloudstorage_dropbox_set($res, 57, $value );
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