←Select platform

BarcodeType Property

Summary

Gets the value that represents the type of the barcode.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeTypes BarcodeType { get; } 
Public ReadOnly Property BarcodeType As BarcodeTypes 
@property (nonatomic, assign, readonly) LTBarcodeTypes barcodeType 
public BarcodeTypes getBarcodeType() 
public: 
property BarcodeTypes BarcodeType { 
   BarcodeTypes get(); 
} 

Property Value

A BarcodeTypes enumeration value that represents the type of barcode detected.

Remarks

This command can detect various types of barcode, including: Linear barcode, 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