ExpertPdf Html to Pdf Converter Library
Contains Method (pdfPage)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageCollectionContains(PdfPage)
ExpertPdf Html to Pdf Converter Library
Indicates if the collection contains specified page.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	PdfPage pdfPage
)
Public Function Contains ( 
	pdfPage As PdfPage
) As Boolean
public:
bool Contains(
	PdfPage^ pdfPage
)
Parameters
pdfPage (PdfPage)
The PDF page to search.
Return Value
Boolean
True if the collection contains specified page.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)