Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BarCodeReadPreprocessOptions Enumeration








Indicates the binarization method used for converting the image to black and white.
Syntax
[FlagsAttribute()]
public enum BarCodeReadPreprocessOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BarCodeReadPreprocessOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BarCodeReadPreprocessOptions
[FlagsAttribute()]
public enum BarCodeReadPreprocessOptions : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTBarCodeReadPreprocessOptions)
public enum BarCodeReadPreprocessOptions
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions = function() { };
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions.prototype = {<br/>
  UseDefault = 0x00000000,
	UseAutoDocumentBinarization = 0x00000002,
	UseDeblurBinarization = 0x00000004,
	UseFastModeBinarization = 0x00000008,
	
 };
[FlagsAttribute()]
public enum class BarCodeReadPreprocessOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000UseDefault Use the best method for the detected barcode.
0x00000002UseAutoDocumentBinarization Use document image binarization.
0x00000004UseDeblurBinarization Deblure image before binarization.
0x00000008UseFastModeBinarization Use fast deblurring method.
Remarks
Using the default flag detects the best binarization methods for the detected barcode.
Example
For an example, refer to BarCodeReadPreprocessCommand
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file