LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BarCodeReadPreprocessOptions Enumeration

Show in webframe







Indicates the binarization method used for converting the image to black and white.
Syntax
[FlagsAttribute()]
public enum BarCodeReadPreprocessOptions : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BarCodeReadPreprocessOptions 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarCodeReadPreprocessOptions
[FlagsAttribute()]
public enum BarCodeReadPreprocessOptions : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions = function() { };
Leadtools.ImageProcessing.Core.BarCodeReadPreprocessOptions.prototype = {
UseDefault = 0x00000000, UseAutoDocumentBinarization = 0x00000002, };
[FlagsAttribute()]
public enum class BarCodeReadPreprocessOptions : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UseDefaultuses the best method for the detected barcode.
0x00000002UseAutoDocumentBinarizationuse the document image binarization.
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.