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.