PageCollectionContains Method

Indicates if the collection contains specified page.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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