set_ProcessSpecialSymbols Method
In This Topic
Sets a value indicating whether the barcode writer must process the special symbols in barcode value.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ProcessSpecialSymbols(value);
function set_ProcessSpecialSymbols(
: boolean
) : any;
Parameters
- value
- Flag.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also