Accusoft.ImagXpress13.Net
BinarizeMode Enumeration




Option values used to determine what Processor.Binarize functionality to use.
Syntax
'Declaration
 
Public Enum BinarizeMode 
   Inherits System.Enum
'Usage
 
Dim instance As BinarizeMode
public enum BinarizeMode : System.Enum 
__value public enum BinarizeMode : public System.Enum 
public enum class BinarizeMode : public System.Enum 
Members
MemberValueDescription
Gray2The goal of this mode is to generate an 8-bit grayscale image from the input. Useful for scaling to gray before another Binarize call with more options.
PhotoHalftone1The goal of this mode is to generate a 1-bit image from color or grayscale photographic-type images, reproducing the shades of gray in the image by black and white dots of various sizes. The angle and pitch of the halftone grid are controllable.
QuickText0Produces a clean 1-bit image for viewing and storage. This is generally used for document type images consisting of dark text and lines on a white or gray background. The result of the operation is to replace the text and lines in the image by black and the background by white. The controlling parameters for this mode are: LowThreshold, HighThreshold, LCEFactor, and Blur.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.BinarizeMode

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback