Returns the index of specified page in collection.

C# | Visual Basic | Visual C++ |
public int IndexOf( PdfPage pdfPage )
Public Function IndexOf ( pdfPage As PdfPage ) As Integer
public: int IndexOf( PdfPage^ pdfPage )

- pdfPage (PdfPage)
- PDF page to search.

Int32
The index of the page in collection.
The index of the page in collection.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)