DocumentIndexOfPage Method

Gets the index of a PDF page in pages collection

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public int IndexOfPage(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to search

Return Value

Int32
The page index or a negative value if the page does not exist in collection

See Also