Returns the index of specified page in collection.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int IndexOf( PdfPage pdfPage ) |
| Visual Basic |
|---|
Public Function IndexOf ( pdfPage As PdfPage ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( PdfPage^ pdfPage ) |
Parameters
- pdfPage
- Type: EvoPdf..::..PdfPage
PDF page to search.
Return Value
Type: Int32The index of the page in collection.