VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / getTerminalFields Property
Syntax BrowserCompatibility SeeAlso
    getTerminalFields Method
    Returns all terminal fields of PDF document.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also