ThumbnailSize Property
The size of the thumbnail in pixels.
Syntax
[VB.NET] Public Property ThumbnailSize As DropboxThumbnailSizes
[C#] public DropboxThumbnailSizes ThumbnailSize {get; set;}
enum DropboxThumbnailSizes { dts32x32, dts64x64, dts128x128, dts640x480, dts1024x768 }
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 |
Default Value
0