PdfDocumentGetPage Method
Retrieves the PDF page at the given index
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfPage GetPage(
int index
)
Public Function GetPage (
index As Integer
) As PdfPage
public:
PdfPage^ GetPage(
int index
)
member GetPage :
index : int -> PdfPage
- index Int32
- The index of the PDF page to retrieve
PdfPageThe PDF page at the given index or null if the index is invalid