Returns the index of specified page in collection.

Namespace: EvoPdf
Assembly: 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: Int32
The index of the page in collection.

See Also