Click or drag to resize

PageCollectionContains Method

Indicates if the collection contains specified page.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: ExpertPdf.PdfCreatorPdfPage
The PDF page to search.

Return Value

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