Indicates if the collection contains specified page.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool Contains(
	PdfPage pdfPage
)
Visual Basic
Public Function Contains ( 
	pdfPage As PdfPage
) As Boolean
Visual C++
public:
bool Contains(
	PdfPage^ pdfPage
)

Parameters

pdfPage
Type: EvoPdf..::..PdfPage
The PDF page to search.

Return Value

Type: Boolean
True if the collection contains specified page.

See Also