var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS(); var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS // Parameters var page; // Type: WebPdfPageJS value = instance.getFieldsForPage(page);
function getFieldsForPage(
pageWebPdfPageJS object.: WebPdfPageJS
) : WebPdfInteractiveFormFieldJS;
Parameters
- page
- WebPdfPageJS object.
Return Value
Array of WebPdfInteractiveFormFieldJS object instances if fields are found OR null if information about WebPdfDocumentInteractiveFormJS does not received yet.