Click or drag to resize

PageCollectionContains Method

Indicates if the collection contains specified page.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool Contains(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
The PDF page to search.

Return Value

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