DocumentIndexOfPage Method
Gets the index of a PDF page in pages collection
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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