VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfDocumentInteractiveFormJS type
    In This Topic
    Represents an interactive form of PDF document.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    
    function WebPdfDocumentInteractiveFormJS;
    
    Remarks

    An interactive form is a collection of fields for gathering information interactively from the user.
    PDF document may contain any number of fields appearing on any combination of pages, all of which make up a single, global interactive form spanning the entire document.
    The interactive form fields may be organized hierarchically into one or more tree structures.
    Many field attributes are inheritable, meaning that if they are not explicitly specified for a given field, their values are taken from those of its parent in the field hierarchy.

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS

    Browser Compatibility
    56+
    45+
    11
    See Also