Barcode Xpress for Java - Updated
BarcodeReader Class Members
Methods 


com.accusoft.barcodexpress Package : BarcodeReader Class

The following tables list the members exposed by BarcodeReader.

Public Methods
 NameDescription
Public MethodDetects barcodes on the given bitmap image.  
Public Method

Gets the area of the image, in pixels, to analyze for barcode recognition.

Default value: 0,0,0,0.

 
Public Method

Gets the type of barcodes to analyze during recognition processing.

Default value: BarcodeType.ALL.  
Public Method

Gets the orientation of the barcodes to analyze during recognition.

Default value: Orientation.HORIZONTALVERTICAL.  
Public Method

Gets the scan distance in pixels between line sweeps when searching for 1D barcodes.

Default value: 5.  
Public Method

Sets the area of the image, in pixels, to analyze for barcode recognition.

If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.  
Public MethodSets the type of barcodes to analyze during recognition processing.  
Public Method

Sets the orientation of the barcodes to analyze during recognition.

The barcode recognition engine is capable of detecting barcodes in an image without any prior knowledge of the barcode orientation. However, you can speed up the recognition process by specifying a barcode orientation.  
Public Method

Sets the scan distance in pixels between line sweeps when searching for 1D barcodes.

Reducing this value can help in finding barcodes which are short relative to their height. This value effects the run time of the barcode search. Smaller values will require more processing of the image.  
Top
See Also

Reference

BarcodeReader Class
com.accusoft.barcodexpress Package