VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_ProcessSpecialSymbols Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ProcessSpecialSymbols Method
    In This Topic
    Gets a value indicating whether the barcode writer must process the special symbols in barcode value.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_ProcessSpecialSymbols();
    
    
    function get_ProcessSpecialSymbols() : boolean;
    

    Return Value

    Flag.
    Browser Compatibility
    9
    5
    11
    5
    See Also