VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / set_ValueAutoLetterSpacing Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
Flag.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also