IPXV_DocContentsChangesInfo::GetPage Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetPage([in] ULONG nIndex, [out, defaultvalue(NULL)] ULONG* nFlags, [out, retval] ULONG* nPageIndex);
Parameters
- nIndex
- [in] Value of ULONG.
- nFlags
- [out, defaultvalue(NULL)] Pointer to ULONG.
- nPageIndex
- [out, retval] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.