Click or drag to resize

PageCollectionContains Method

Indicates if the collection contains specified page.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
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