Accusoft.ImagXpress13.Net
ThumbnailSize Property (SaveOptionsExif)




Gets and sets the size of the thumbnail image to be saved.
Syntax
public int ThumbnailSize {get; set;}
public: __property int get_ThumbnailSize();
public: __property void set_ThumbnailSize( 
   int value
);
public:
property int ThumbnailSize {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property ThumbnailSize As Integer
 
'Usage
 
Dim instance As SaveOptionsExif
Dim value As Integer
 
instance.ThumbnailSize = value
 
value = instance.ThumbnailSize

Property Value

An integer value which represents the size of the thumbnail image.
Remarks

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.

See Also

Reference

SaveOptionsExif Class
SaveOptionsExif Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback