Determines if the PdfDocumentCollection contains the specified PdfDocument.
| Visual Basic |
|---|
Public Function Contains( _ ByVal pIPdfDocument As PdfDocument _ ) As Boolean |
- pIPdfDocument
- A PdfDocument to search for in the collection.
A boolean value which is True if the pIPdfDocument is found in the collection. Otherwise, False is returned.