Accusoft.BarcodeXpress10.Net
BarcodeType Property (Result)




Gets the type of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeType As BarcodeType
'Usage
 
Dim instance As Result
Dim value As BarcodeType
 
value = instance.BarcodeType
public BarcodeType BarcodeType {get;}
public: __property BarcodeType get_BarcodeType();
public:
property BarcodeType BarcodeType {
   BarcodeType get();
}

Property Value

The BarcodeType set.
Remarks

If Reader.ReturnPossibleBarcodes is True, and only a region of interest is returned in the results, then the barcode type is BarcodeType.UnknownBarcode.

See the Result for more information about retrieving results.

See Also

Reference

Result Class
Result Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback