VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_EnableTelepenNumericMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_EnableTelepenNumericMode Method
In This Topic
Sets a value indicating whether the barcode writer must enable the numeric mode in Telepen barcodes.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_EnableTelepenNumericMode(value);

Parameters

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