VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / WebPdfDocumentInteractiveFormJS Constructor(WebPdfDocumentJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebPdfDocumentInteractiveFormJS Constructor(WebPdfDocumentJS)
    In This Topic
    Initializes a new instance of the WebPdfDocumentInteractiveFormJS class.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    
    function WebPdfDocumentInteractiveFormJS(
    document : WebPdfDocumentJS
    ) : WebPdfDocumentInteractiveFormJS;

    Parameters

    document
    WebPdfDocumentJS object.
    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.

    Browser Compatibility
    56+
    45+
    11
    See Also