VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentInteractiveFormJS type / contains Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    contains Method
    In This Topic
    Determines that this PDF interactive form contains specified interactive field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentInteractiveFormJS(document);
    
    var value; // Type: boolean
    
    // Parameters
    var field; // Type: WebPdfInteractiveFormFieldJS
    
    value = instance.contains(field);
    
    
    function contains(
    field : WebPdfInteractiveFormFieldJS
    ) : boolean;

    Parameters

    field
    A WebPdfInteractiveFormFieldJS object.

    Return Value

    True if field is found in PDF interactive form; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also