Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Reader Class / IncludeControlCharacters Property




In This Topic
    IncludeControlCharacters Property
    In This Topic
    Gets and sets the control characters in the barcode value during recognition processing.
    Syntax
    'Declaration
     
    Public Property IncludeControlCharacters As Boolean
    'Usage
     
    Dim instance As Reader
    Dim value As Boolean
     
    instance.IncludeControlCharacters = value
     
    value = instance.IncludeControlCharacters
    public bool IncludeControlCharacters {get; set;}
    public: __property bool get_IncludeControlCharacters();
    public: __property void set_IncludeControlCharacters( 
       bool value
    );
    public:
    property bool IncludeControlCharacters {
       bool get();
       void set (    bool value);
    }

    Property Value

    A boolean value which represents if control characters are included or not.
    Remarks

    If this property is set to True, the barcode control characters are included in the barcode read value. This has no effect for barcodes which do not support control characters.

    Codabar barcode returns the Start and Stop characters.

    Default value: False

    See Also