DocumentIndexOfPage Method

Gets the index of a PDF page in pages collection

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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