VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / getFieldsLocatedOnPage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getFieldsLocatedOnPage Method
    In This Topic
    Returns the terminal fields located on specified page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS[]
    
    // Parameters
    var page; // Type: WebPdfPageJS
    
    value = instance.getFieldsLocatedOnPage(page);
    
    
    function getFieldsLocatedOnPage(
    page
    The page.
    : WebPdfPageJS
    ) : WebPdfInteractiveFormFieldJS[];

    Parameters

    page
    The page.

    Return Value

    Array of terminal fields located on specified page.
    Exceptions
    ExceptionDescription
    Thrown if argument have wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also