LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BarcodeTypes Enumeration

Show in webframe







Indicates the type of detected barcode in an image.
Syntax
'Declaration
 
Public Enum BarcodeTypes 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeTypes

            

            
Leadtools.ImageProcessing.Core.BarcodeTypes = function() { };
Leadtools.ImageProcessing.Core.BarcodeTypes.prototype = {
UnKown = 0x00000000, LinearBarcode = 0x00000001, QRBarcode = 0x00000002, DataMatrixBarcode = 0x00000003, };
public enum class BarcodeTypes : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UnKownunknown barcode
0x00000001LinearBarcodelinear barcode
0x00000002QRBarcodeQR barcode
0x00000003DataMatrixBarcodeData matrix barcode.
Remarks
This command can detect various types of barcodes, including: Linear, QR, and Data matrix.
Example
For an example, refer to BarCodeReadPreprocessCommand
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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