Barcode Xpress for .NET Framework v14.0 - Updated
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
    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