PdfDocumentGetPage Method

Retrieves the PDF page at the given index

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPage GetPage(
	int index
)

Parameters

index  Int32
The index of the PDF page to retrieve

Return Value

PdfPage
The PDF page at the given index or null if the index is invalid

See Also