Accusoft.ImagXpressSdk Namespace : BinarizeMode Enumeration |
'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
Member | Value | Description |
---|---|---|
Gray | 2 | The 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. |
PhotoHalftone | 1 | The 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. |
QuickText | 0 | Produces 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. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.BinarizeMode