PageCollectionContains Method
Indicates if the collection contains specified page.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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.