PdfDocument.GetPage(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).