PdfDocumentIndexOfPage Method
Retrieves the index of a PDF page in pages collection
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public int IndexOfPage(
PdfPage pdfPage
)
Public Function IndexOfPage (
pdfPage As PdfPage
) As Integer
public:
int IndexOfPage(
PdfPage^ pdfPage
)
member IndexOfPage :
pdfPage : PdfPage -> int
- pdfPage PdfPage
- The PDF page to search
Int32The PDF page index in pages collection. Returns a negative value if the page does not exist in collection