set_PostBarcodesADMultiplier Method
In This Topic
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);
function set_PostBarcodesADMultiplier(
: number
) : any;
Parameters
- value
- Post barcodes Ascender/Descender height multiplier.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also