Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeReader Class / setBarcodeTypes Method
array of barcode types used for recognition.
In This Topic
    setBarcodeTypes Method
    In This Topic
    Sets the type of barcodes to analyze during recognition processing. If searching for BarcodeTypes BarcodeType.Unknown and any other BarcodeType, the other BarcodeType will be searched for. Also, If you want to search for BarcodeType.PATCHCODE, you must not specify any other BarcodeTypes to search for. If BarcodeType.PATCHCODE and any other BarcodeType is specified, the other BarcodeType will be searched for instead.
    Syntax
    public void setBarcodeTypes( 
       BarcodeType[] _types
    )

    Parameters

    _types
    array of barcode types used for recognition.
    See Also