HiQPdf Documentation

PdfDocumentGetPage Method

HiQPdf Client for .NET Core
Retrieves the PDF page at the given index

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfPage GetPage(
	int index
)

Parameters

index
Type: SystemInt32
The index of the PDF page to retrieve

Return Value

Type: PdfPage
The PDF page at the given index or null if the index is invalid
See Also

Reference