Barcode Xpress for Java v14.0 - Updated January 7, 2025
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.
In This Topic
setCode39StartStopPatternsAreMandatory Method
In This Topic

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