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);
function set_TextValue(
: string
) : any;
Parameters
- value
- The text value of text field. Default value is "".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also