Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Result Class / BarcodeType Property




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