IPXV_Control::SetZoom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Control::SetZoom Method}} | {{#customTitle:IPXV_Control::SetZoom Method}} | ||
+ | {{#parentPage:PXV:IPXV_Control#Methods|SetZoom|method}} | ||
+ | {{ToReview}} | ||
− | + | Changes the zoom of the pages view. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetZoom([in] PXV_ZoomMode nMode, [in] double nLevel, [in, | + | <pre class="brush:cpp;gutter:false">HRESULT SetZoom([in] PXV_ZoomMode nMode, |
+ | [in] double nLevel, | ||
+ | [in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nMode |
− | :[in] | + | :[in] The value of [[PXV:PXV_ZoomMode|PXV_ZoomMode]]. |
− | ; | + | ;nLevel |
− | :[in] | + | :[in] The new zoom level in percents. |
− | ; | + | ;bAllowSmooth |
− | :[in, | + | :[in, defaultvalue(0)] The controls the smooth changing of zoom. |
== Return Value == | == Return Value == | ||
Line 19: | Line 24: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 03:50, 15 June 2015
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.