VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / getFieldsForPage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getFieldsForPage Method
    In This Topic
    Returns all WebPdfInteractiveFormFieldJS objects associated with the specified PDF page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    
    // Parameters
    var page; // Type: WebPdfPageJS
    
    value = instance.getFieldsForPage(page);
    
    
    function getFieldsForPage(
    page
    WebPdfPageJS object.
    : WebPdfPageJS
    ) : WebPdfInteractiveFormFieldJS;

    Parameters

    page
    WebPdfPageJS object.

    Return Value

    Array of WebPdfInteractiveFormFieldJS object instances if fields are found OR null if information about WebPdfDocumentInteractiveFormJS does not received yet.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also