Barcode Xpress for .NET v13 - Updated
RoyalMailVariableLengthDecoding Property




Accusoft.BarcodeXpressSdk Namespace > Reader Class : RoyalMailVariableLengthDecoding Property
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
public bool RoyalMailVariableLengthDecoding {get; set;}
public: __property bool get_RoyalMailVariableLengthDecoding();
public: __property void set_RoyalMailVariableLengthDecoding( 
   bool value
);
public:
property bool RoyalMailVariableLengthDecoding {
   bool get();
   void set (    bool value);
}
Remarks
The default value is false.
See Also

Reference

Reader Class
Reader Members