PageCollectionContains Method
Indicates if the collection contains specified page.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool Contains(
PdfPage pdfPage
)
Public Function Contains (
pdfPage As PdfPage
) As Boolean
public:
bool Contains(
PdfPage^ pdfPage
)
member Contains :
pdfPage : PdfPage -> bool
- pdfPage PdfPage
- The PDF page to search.
BooleanTrue if the collection contains specified page.