←Select platform

BarcodeTypes Enumeration

Summary

Indicates the type of detected barcode in an image.

Syntax
C#
VB
Objective-C
C++
Java
public enum BarcodeTypes   
Public Enum BarcodeTypes  
typedef NS_ENUM(NSInteger, LTBarcodeTypes) 
public enum BarcodeTypes 
public enum class BarcodeTypes   

Members
ValueMemberDescription
0UnKnown unknown barcode
1LinearBarcode linear barcode
2QRBarcode QR barcode
3DataMatrixBarcode Data matrix barcode.

Remarks

This command can detect various types of barcodes, including: Linear, QR, and Data matrix.

Example

For an example, refer to BarCodeReadPreprocessCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly