C#
VB
Java
Objective-C
WinRT C#
C++
Gets the value that represents the type of the barcode.
public BarcodeTypes BarcodeType { get; }
Public ReadOnly Property BarcodeType As Leadtools.Imageprocessing.Core.BarcodeTypes
public Leadtools.Imageprocessing.Core.BarcodeTypes BarcodeType {get;}
@property (nonatomic, assign, readonly) LTBarcodeTypes barcodeType
public BarcodeTypes getBarcodeType()
get_BarcodeType();
public:
property Leadtools.Imageprocessing.Core.BarcodeTypes BarcodeType {
Leadtools.Imageprocessing.Core.BarcodeTypes get();
}
A BarcodeTypes enumeration value that represents the type of barcode detected.
This command can detect various types of barcode, including: Linear barcode, QR, and Data Matrix.
For an example, refer to BarCodeReadPreprocessCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET