VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / set_FocusedField Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FocusedField Method
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);

Parameters

value
WebPdfInteractiveFormFieldJS object OR null.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also