Click or drag to resize
PageCollectionContains Method
Indicates if the collection contains specified page.

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