Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / RoyalMailVariableLengthDecoding Property




In This Topic
RoyalMailVariableLengthDecoding Property
In This Topic
Specifies whether or not to decode Royal Mail barcodes of any length. If set to false, only Royal Mail barcodes matching the lengths in the RM4SCC specification will be decoded.
Syntax
'Declaration
 
Public Property RoyalMailVariableLengthDecoding As Boolean
 
'Usage
 
Dim instance As Reader
Dim value As Boolean
 
instance.RoyalMailVariableLengthDecoding = value
 
value = instance.RoyalMailVariableLengthDecoding
Remarks
The default value is false.
See Also