Accusoft.ImagXpress13.Net
ReturnThumbnail Property




Some raw images contain thumbnail images. When set to true, ImagXpress will return the thumbnail image instead of the full-size image.
Syntax
'Declaration
 
Public Property ReturnThumbnail As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.ReturnThumbnail = value
 
value = instance.ReturnThumbnail
public bool ReturnThumbnail {get; set;}
public: __property bool get_ReturnThumbnail();
public: __property void set_ReturnThumbnail( 
   bool value
);
public:
property bool ReturnThumbnail {
   bool get();
   void set (    bool value);
}
Remarks
The default value is false.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback