ThumbnailFormat Property
The thumbnail format.
Object Oriented Interface
public function getThumbnailFormat(); public function setThumbnailFormat($value);
Procedural Interface
incloudstorage_dropbox_get($res, 56 ); incloudstorage_dropbox_set($res, 56, $value );
Default Value
0
Remarks
This property specifies the image format of the thumbnail. This is applicable when calling GetThumbnail. Possible values are:
- 0 (tfJPEG - default)
- 1 (tfPNG)
Data Type
Integer