Accusoft.ImagXpressSdk Namespace > SaveOptionsExif Class : ThumbnailSize Property |
'Declaration Public Property ThumbnailSize As Integer
'Usage Dim instance As SaveOptionsExif Dim value As Integer instance.ThumbnailSize = value value = instance.ThumbnailSize
public int ThumbnailSize {get; set;}
The integer values have the following meaning.
Value | Thumbnail size |
---|---|
0 | No thumbnail |
1 | 1/4 image size |
2 | 1/8 image size |
3 | 1/16 image size |
5 or greater | Actual size in pixels* |
*Note: This size must be smaller than or equal to the largest dimension of the image or an exception will be thrown.