Returns all terminal fields of PDF document.
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS[]
value = instance.getTerminalFields();
Return Value
An array that contains all terminal fields of PDF document.