Click or drag to resize
Pdf Library for .NET

PdfPageCollectionContains Method

Indicates if the collection contains the specified page.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The specified pdf page.

Return Value

Boolean
True if the collection contains the specified page.
See Also