DocumentGetPage Method
Gets the PDF page from the given index or null if the index is out of bounds
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public PdfPage GetPage(
int index
)
- 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