IIXC_Image::GetPage Method
From PDF XChange PDF SDK
(→See Also) |
|||
Line 24: | Line 24: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Image|IIXC_Image]] |
Revision as of 05:34, 18 May 2015
The method retrieves the IIXC_Page of the specified page without removing it from the image.
Contents
Syntax
HRESULT GetPage([in] ULONG nIndex, [in, defaultvalue(NULL)] IProgressMon* pProgress, [out, retval] IIXC_Page** ppPage);
Parameters
- nIndex
- [in] Specifies zero-based index of the requested page.
- pProgress
- [in, defaultvalue(NULL)] Pointer to IProgressMon.
- ppPage
- [out, retval] Specifies a pointer to the variable which receives the IIXC_Page of the requested page.
Return Value
Returns S_OK if operation was successful or error code in other cases.