DocumentIndexOfPage Method
Gets the index of a PDF page in pages collection
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public int IndexOfPage(
PdfPage pdfPage
)
Public Function IndexOfPage (
pdfPage As PdfPage
) As Integer
- pdfPage PdfPage
- The PDF page to search
Int32The page index or a negative value if the page does not exist in collection