IPXV_PagesLayoutManager::ZoomToPageRect Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IPXV_PagesLayoutManager