Accusoft.FSInvoices1.Net - Updated
AutoBinarize Property




Accusoft.FSInvoices Namespace > ImageLoaderPreprocessingOptions Class : AutoBinarize Property
Gets and sets the flag that specifies whether to perform Auto Binarize.
Syntax
'Declaration
 
Public Property AutoBinarize As Boolean
'Usage
 
Dim instance As ImageLoaderPreprocessingOptions
Dim value As Boolean
 
instance.AutoBinarize = value
 
value = instance.AutoBinarize
public bool AutoBinarize {get; set;}
public: __property bool get_AutoBinarize();
public: __property void set_AutoBinarize( 
   bool value
);
public:
property bool AutoBinarize {
   bool get();
   void set (    bool value);
}
Remarks

Default: true.

See Also

Reference

ImageLoaderPreprocessingOptions Class
ImageLoaderPreprocessingOptions Members