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

    Parameters

    image
    WebImageJS object.

    Return Value

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