PageCollectionContains Method |
Indicates if the collection contains specified page.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
Parameters
- pdfPage
- Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
The PDF page to search.
Return Value
Type:
BooleanTrue if the collection contains specified page.
See Also