PageCollectionContains Method

Indicates if the collection contains specified page.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to search.

Return Value

Boolean
True if the collection contains specified page.

See Also