ImageGear .NET - Updated July 5, 2018
BarcodeType Property (ImGearBarcodeResult)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : BarcodeType Property
Gets the type of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property BarcodeType As ImGearBarcodeType
 
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value As ImGearBarcodeType
 
value = instance.BarcodeType

Property Value

The ImGearBarcodeType set.
Remarks

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

See the ImGearBarcodeResult for more information about retrieving results.

See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members