In This Topic
Sets a value indicating whether a text box is multiline.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormTextFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsMultiline(value);
function set_IsMultiline(
: boolean
) : any;
Parameters
- value
- A value indicating whether a text box is multiline.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also