PageCollectionContains Method |
Indicates if the collection contains specified page.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.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