IPXV_PagesLayoutManager::GetNearestPage Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetNearestPage([in] POINT* pDevPoint, [in, optional] VARIANT_BOOL bAllowInvisible, [out, retval] LONG* pPage);
Parameters
- pDevPoint
- [in] Pointer to POINT.
- bAllowInvisible
- [in, optional] Value of VARIANT_BOOL.
- pPage
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_PagesLayoutManager.