Accusoft.ImagXpress13.Net
UseHalfSizeImage Property




When true the resulting image is reduced by half in each dimension, resulting in one quarter of the original number of pixels. This can be much faster than producing a full size image.
Syntax
'Declaration
 
Public Property UseHalfSizeImage As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.UseHalfSizeImage = value
 
value = instance.UseHalfSizeImage
public bool UseHalfSizeImage {get; set;}
public: __property bool get_UseHalfSizeImage();
public: __property void set_UseHalfSizeImage( 
   bool value
);
public:
property bool UseHalfSizeImage {
   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