var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS(); var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS // Parameters var image; // Type: WebImageJS value = instance.getFieldsForImage(image);
function getFieldsForImage(
imageWebImageJS object.: WebImageJS
) : WebPdfInteractiveFormFieldJS;
Parameters
- image
- WebImageJS object.
Return Value
Array of WebPdfInteractiveFormFieldJS object instances if fields are found OR null if information about WebPdfDocumentInteractiveFormJS does not received yet or if the image is not a PDF page.