VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / getInteractiveForm Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getInteractiveForm Method
    In This Topic
    Returns the WebPdfDocumentInteractiveFormJS object of this PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS
    value = instance.getInteractiveForm();
    
    
    function getInteractiveForm() : WebPdfDocumentInteractiveFormJS;
    

    Return Value

    WebPdfDocumentInteractiveFormJS object of this document OR null if document does not have interactive form.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about PDF document interactive form.
    Remarks

    Before calling this method you must call the "requestInteractiveForm" method for getting information about PDF document interactive form.
    Call the "isInteractiveFormReceived" method if you want to determine that class already received information about PDF document interactive form.

    Browser Compatibility
    56+
    45+
    11
    See Also