DocumentGetPage Method
Gets the PDF page from the given index or null if the index is out of bounds
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 19.0.0.0 (19.0.0.0)
public PdfPage GetPage(
int index
)
Public Function GetPage (
index As Integer
) As PdfPage
- index Int32
- The index of the PDF page to retrieve
PdfPageThe PDF page from the given index or null if the index is out of bounds