VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / getFields Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getFields Method
    In This Topic
    Returns all fields of PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS[]
    value = instance.getFields();
    
    
    function getFields() : WebPdfInteractiveFormFieldJS[];
    

    Return Value

    An array that contains all fields of PDF document.
    Browser Compatibility
    56+
    45+
    11
    See Also