VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / get_FocusedField Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FocusedField Method
    In This Topic
    Gets the focused interactive form field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    value = instance.get_FocusedField();
    
    
    function get_FocusedField() : WebPdfInteractiveFormFieldJS;
    

    Return Value

    WebPdfInteractiveFormFieldJS object if focused interactive form field exists, otherwise - null.
    Browser Compatibility
    56+
    45+
    11
    See Also