PdfDocumentIndexOfPage Method

Retrieves the index of a PDF page in pages collection

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public int IndexOfPage(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page to search

Return Value

Int32
The PDF page index in pages collection. Returns a negative value if the page does not exist in collection

See Also