IPXV_Control::SetZoom Method

From PDF XChange PDF SDK
Jump to: navigation, search


Changes the zoom of the pages view.

Syntax

HRESULT SetZoom([in]                   PXV_ZoomMode  nMode,
                [in]                   double        nLevel,
                [in, defaultvalue(0)]  VARIANT_BOOL  bAllowSmooth);

Parameters

nMode
[in] The value of PXV_ZoomMode.
nLevel
[in] The new zoom level in percents.
bAllowSmooth
[in, defaultvalue(0)] The controls the smooth changing of zoom.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Control