DocumentIndexOfPage Method
Gets the index of a PDF page in pages collection
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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