PageCollectionContains Method
Indicates if the collection contains specified page.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
- pdfPage PdfPage
- The PDF page to search.
BooleanTrue if the collection contains specified page.