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
)
|
Parameters
- royalMailVariableLengthDecoding
- determines whether or not to decode Royal Mail barcodes that don't match the lengths in the RM4SCC specification.
See Also