EVO HTML to PDF Converter

PageCollectionContains Method

EVO HTML to PDF Converter for .NET Documentation
Indicates if the collection contains specified page.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: EvoPdfPdfPage
The PDF page to search.

Return Value

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

Reference