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: 23.1
Syntax
public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: SelectPdfPdfPage
The specified pdf page.

Return Value

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