Barcode Xpress for Java v14.0 - Updated January 7, 2025
com.accusoft.barcodexpress Package / BarcodeReader Class / setRoyalMailVariableLengthDecoding Method
determines whether or not to decode Royal Mail barcodes that don't match the lengths in the RM4SCC specification.
In This Topic
setRoyalMailVariableLengthDecoding Method
In This Topic

Sets the RoyalMailVariableLengthDecoging property which determines whether or not to adhere to the RM4SCC specification regarding barcode lengths

By default, this property is set to false. When set to true, Royal Mail barcodes of any length will be decoded.
Syntax
public void setRoyalMailVariableLengthDecoding( 
   boolean royalMailVariableLengthDecoding
)

Parameters

royalMailVariableLengthDecoding
determines whether or not to decode Royal Mail barcodes that don't match the lengths in the RM4SCC specification.
See Also