VintaSoft Barcode .NET SDK 15.2: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_PostBarcodesADMultiplier Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_PostBarcodesADMultiplier Method
Sets the Post barcodes Ascender/Descender height multiplier.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_PostBarcodesADMultiplier(value);

Parameters

value
Post barcodes Ascender/Descender height multiplier.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also