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