ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeResult Class / BarcodeType Property




In This Topic
    BarcodeType Property (ImGearBarcodeResult)
    In This Topic
    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