DocumentGetPage Method
Gets the PDF page from the given index or null if the index is out of bounds
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.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