ThumbnailFormat Property
The thumbnail format.
Syntax
property ThumbnailFormat: TicsboxThumbnailFormats;
TicsboxThumbnailFormats = ( tfJPEG, tfPNG );
Default Value
tfJPEG
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