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

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