ThumbnailFormat Property
The thumbnail format.
Syntax
[VB.NET] Public Property ThumbnailFormat As BoxThumbnailFormats
[C#] public BoxThumbnailFormats ThumbnailFormat {get; set;}
enum BoxThumbnailFormats { tfJPEG, tfPNG }
Remarks
This property specifies the image format of the thumbnail. This is applicable when calling GetThumbnail. Possible values are:
- 0 (tfJPEG - default)
- 1 (tfPNG)
Default Value
0