VintaSoft Imaging .NET SDK 12.3: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Panels Namespace / WebUiPdfInteractiveFormFieldsPanelJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiPdfInteractiveFormFieldsPanelJS type
    In This Topic
    A web UI panel that shows the list of all interactive fields associated with opened PDF pages.
    Syntax
    // Parameters
    var settings; // Type: object
    var stateButton; // Type: WebUiElementJS
    
    var instance = new Vintasoft.Imaging.DocumentViewer.Panels.WebUiPdfInteractiveFormFieldsPanelJS(settings, stateButton);
    
    
    function WebUiPdfInteractiveFormFieldsPanelJS;
    
    Remarks

    Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiElementJS
          Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
             Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS
                Vintasoft.Imaging.UI.Panels.WebUiPanelJS
                   Vintasoft.Imaging.UI.Panels.WebUiPanelWithContextMenuJS
                      Vintasoft.Imaging.DocumentViewer.Panels.WebUiPdfInteractiveFormFieldsPanelJS

    Browser Compatibility
    56+
    45+
    11
    See Also