In This Topic
Sets the barcode writer settings.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterJS(service);
var returnValue; // Type: any
// Parameters
var value; // Type: WebBarcodeWriterBaseSettingsJS
returnValue = instance.set_Settings(value);
function set_Settings(
: WebBarcodeWriterBaseSettingsJS
) : any;
Parameters
- value
- An instance of WebBarcodeWriterBaseSettingsJS class that defines the barcode writer settings.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also