VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / findField Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    findField Method
    In This Topic
    Finds a field by specified fully qualified field name.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS
    
    // Parameters
    var fullyQualifiedFieldName; // Type: string
    
    value = instance.findField(fullyQualifiedFieldName);
    
    
    function findField(
    fullyQualifiedFieldName
    The fully qualified field name.
    : string
    ) : WebPdfInteractiveFormFieldJS;

    Parameters

    fullyQualifiedFieldName
    The fully qualified field name.

    Return Value

    WebPdfInteractiveFormFieldJS object instance if field is found; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if agument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also