PdfDocument.GetPage(UInt32) Method

Definition

Gets a page from a Portable Document Format (PDF) document.

public:
 virtual PdfPage ^ GetPage(unsigned int pageIndex) = GetPage;
PdfPage GetPage(uint32_t const& pageIndex);
public PdfPage GetPage(uint pageIndex);
function getPage(pageIndex)
Public Function GetPage (pageIndex As UInteger) As PdfPage

Parameters

pageIndex
UInt32

unsigned int

uint32_t

The location of the Portable Document Format (PDF) page relative to its parent document.

Returns

The Portable Document Format (PDF) page.

Remarks

The first page of a Portable Document Format (PDF) document is 0 (zero).

Applies to