Accusoft.ImagXpress13.Net
ThumbnailSize Property (LoadOptions)




Gets and sets if the image is loaded as a thumbnail with the thumbnail size (JPEG and ePIC images only).
Syntax
'Declaration
 
Public Property ThumbnailSize As ThumbnailSize
'Usage
 
Dim instance As LoadOptions
Dim value As ThumbnailSize
 
instance.ThumbnailSize = value
 
value = instance.ThumbnailSize
public ThumbnailSize ThumbnailSize {get; set;}
public: __property ThumbnailSize get_ThumbnailSize();
public: __property void set_ThumbnailSize( 
   ThumbnailSize value
);
public:
property ThumbnailSize ThumbnailSize {
   ThumbnailSize get();
   void set (    ThumbnailSize value);
}

Property Value

The ThumbnailSize enumeration value set.
Remarks

In all cases the aspect ratio of the original image is maintained. ThumbnailSize applies to JPEG and ePIC images only.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback