Barcode Xpress for Java v13.9 - Updated
setCode39StartStopPatternsAreMandatory Method
com.accusoft.barcodexpress Package > BarcodeReader Class : setCode39StartStopPatternsAreMandatory Method
boolean determining whether or not Code 39 / Code 39 Extended barcodes without start and stop patterns will be decoded.

Sets a value which determines whether or not Barcode Xpress will find and decode Code 39 / Code 39 Extended barcodes when their start and stop patterns are missing.

If this property is set to true then only regular (barcode has both start and stop patterns) barcodes are recognized. When this property is set to false then both regular and barcodes without start/stop patterns are recognized. This is relevant for Code39 and Code39 Extended barcode symbologies.
Syntax
public void setCode39StartStopPatternsAreMandatory( 
   boolean code39StartStopPatternsAreMandatory
)

Parameters

code39StartStopPatternsAreMandatory
boolean determining whether or not Code 39 / Code 39 Extended barcodes without start and stop patterns will be decoded.
See Also

Reference

BarcodeReader Class
BarcodeReader Members

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