DocumentGetPage Method

Gets the PDF page from the given index or null if the index is out of bounds

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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 from the given index or null if the index is out of bounds

See Also