VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_DotCodeInterpretNonDataCharacters Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DotCodeInterpretNonDataCharacters Method
    In This Topic
    Sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DotCodeInterpretNonDataCharacters(value);
    
    
    function set_DotCodeInterpretNonDataCharacters(
    value
    True - the barcode writer must interpret non-data characters and encode them using FNC1, FNC2 and FNC3 flags; False - the barcode writer encodes NonDataFlags.Fnc1, NonDataFlags.Fnc2 and NonDataFlags.Fnc3 characters as is. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True - the barcode writer must interpret non-data characters and encode them using FNC1, FNC2 and FNC3 flags; False - the barcode writer encodes NonDataFlags.Fnc1, NonDataFlags.Fnc2 and NonDataFlags.Fnc3 characters as is. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also