←Select platform

BarcodeType Property

Summary

Gets the value that represents the type of the barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BarcodeTypes BarcodeType { get; } 
Public ReadOnly Property BarcodeType As Leadtools.Imageprocessing.Core.BarcodeTypes 
@property (nonatomic, assign, readonly) LTBarcodeTypes barcodeType 
public BarcodeTypes getBarcodeType() 
 get_BarcodeType();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly