IPXV_Control::SetZoom Method

From PDF XChange PDF SDK
Revision as of 07:26, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Changes the zoom of the pages view.

Syntax

HRESULT SetZoom([in]                   PXV_ZoomMode  Mode,
                [in]                   double        Level,
                [in, defaultvalue(0)]  VARIANT_BOOL  AllowSmooth);

Parameters

Mode
[in] The value of PXV_ZoomMode.
Level
[in] The new zoom level in percents.
AllowSmooth
[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