VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / set_TextValue Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_TextValue Method
In This Topic
Sets the text value of text field.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_TextValue(value);

Parameters

value
The text value of text field. Default value is "".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also