Click or drag to resize
Pdf Library for .NET

PdfPageCollectionContains Method

Indicates if the collection contains the specified page.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
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