HiQPdf Documentation

PdfDocumentIndexOfPage Method

HiQPdf Client for .NET Core
Retrieves the index of a PDF page in pages collection

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public int IndexOfPage(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page to search

Return Value

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

Reference