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
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);
}
'Declaration
Public Property UseHalfSizeImage As Boolean
'Usage
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
instance.UseHalfSizeImage = value
value = instance.UseHalfSizeImage
See Also