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);
Parameters
- field
- A WebPdfInteractiveFormFieldJS object.
Return Value
True if field is found in PDF interactive form; otherwise, false.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also