VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / isInteractiveFormReceived Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isInteractiveFormReceived Method
    In This Topic
    Determines that information about PDF document interactive form is received.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl);
    
    var value; // Type: boolean
    value = instance.isInteractiveFormReceived();
    
    
    function isInteractiveFormReceived() : boolean;
    

    Return Value

    True - if information about PDF document interactive form is received (the "requestInteractiveForm" method was called earlier); otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also