set_ValueAutoLetterSpacing Method
In This Topic
Sets a value indicating whether the barcode writer must draw the barcode value on the barcode image using the automatic letter spacing.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ValueAutoLetterSpacing(value);
function set_ValueAutoLetterSpacing(
: boolean
) : any;
Parameters
- value
- Flag.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also