VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / set_PrintableValue Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_PrintableValue Method
Sets text that is showing below barcode.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_PrintableValue(value);

Parameters

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