In This Topic
Sets the focused interactive form field.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfInteractiveFormFieldJS
returnValue = instance.set_FocusedField(value);
function set_FocusedField(
: WebPdfInteractiveFormFieldJS
) : any;
Parameters
- value
- WebPdfInteractiveFormFieldJS object OR null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also