In This Topic
Sets the amount of gap between the text and the barcode when creating a barcode, in pixels.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ValueGap(value);
function set_ValueGap(
: number
) : any;
Parameters
- value
- Gap between the text and the barcode, in pixels.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also