Barcode Xpress for Java v13.8 - Updated
setBarcodeTypes Method
com.accusoft.barcodexpress Package > BarcodeReader Class : setBarcodeTypes Method
array of barcode types used for recognition.
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

Reference

BarcodeReader Class
BarcodeReader Members

Is this page helpful?
Yes No
Thanks for your feedback.