ExpertPdf Html to Pdf Converter Library
IndexOf Method (pdfPage)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageCollectionIndexOf(PdfPage)
ExpertPdf Html to Pdf Converter Library
Returns the index of specified page in collection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	PdfPage pdfPage
)
Public Function IndexOf ( 
	pdfPage As PdfPage
) As Integer
public:
int IndexOf(
	PdfPage^ pdfPage
)
Parameters
pdfPage (PdfPage)
PDF page to search.
Return Value
Int32
The index of the page in collection.

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