IPXV_PagesLayoutManager::ZoomToPageRect Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Latest revision as of 04:03, 14 November 2018
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ZoomToPageRect([in] ULONG nPage, [in] PXC_Rect* stRect, [in] VARIANT_BOOL bInDefaultUserSpace, [in, defaultvalue(0)] LONG nExtraDelta);
Parameters
- nPage
- [in] Value of ULONG.
- stRect
- [in] Pointer to PXC_Rect.
- bInDefaultUserSpace
- [in] Value of VARIANT_BOOL.
- nExtraDelta
- [in, defaultvalue(0)] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.