LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BarcodeType Property

Show in webframe







Gets the value that represents the type of the barcode.
Syntax
public BarcodeTypes BarcodeType {get;}
'Declaration
 
Public ReadOnly Property BarcodeType As BarcodeTypes
'Usage
 
Dim instance As BarCodeReadPreprocessCommand
Dim value As BarcodeTypes
 
value = instance.BarcodeType
public BarcodeTypes BarcodeType {get;}

            

            
 get_BarcodeType(); 
public:
property BarcodeTypes BarcodeType {
   BarcodeTypes get();
}

Property Value

A BarcodeTypes enumeration value that represents the type of the 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

See Also

Reference

BarCodeReadPreprocessCommand Class
BarCodeReadPreprocessCommand Members

 

 


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