PageCollectionContains Method |
Indicates if the collection contains specified page.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
Parameters
- pdfPage PdfPage
- The PDF page to search.
Return Value
BooleanTrue if the collection contains specified page.
See Also