Accusoft.ImagXpress13.Net
AutoBinarize2 Method




Automatically converts 8-bit and 24-bit images to a 1-bit image.
Syntax
'Declaration
 
Public Sub AutoBinarize2() 
'Usage
 
Dim instance As Processor
 
instance.AutoBinarize2()
public void AutoBinarize2()
public: void AutoBinarize2(); 
public:
void AutoBinarize2(); 
Remarks

Binarization is often done to clean up an image (e.g. in preparation for OCR), or to create an image effect.

This method automatically binarizes the image.

This version of automatic binarize is different than the AutoBinarize method. It uses a different and faster algorithm to binarize the image automatically. However it does not set any of the properties the AutoBinarize method sets for additional calls to the Binarize method.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback