ImageGear .NET - Updated
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
public ImGearBarcodeType BarcodeType {get;}
public: __property ImGearBarcodeType get_BarcodeType();
public:
property ImGearBarcodeType BarcodeType {
   ImGearBarcodeType get();
}

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