IPXV_Control::ZoomOut 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::ZoomOut Method}} | {{#customTitle:IPXV_Control::ZoomOut Method}} | ||
+ | {{#parentPage:PXV:IPXV_Control#Methods|ZoomOut|method}} | ||
+ | {{ToReview}} | ||
− | + | Decreases the zoom level of pages view. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ZoomOut([in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT ZoomOut([in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;bAllowSmooth |
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] The flag that allows the smooth changing of zoom level. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02:50, 15 June 2015
Decreases the zoom level of pages view.
Syntax
HRESULT ZoomOut([in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);
Parameters
- bAllowSmooth
- [in, defaultvalue(0)] The flag that allows the smooth changing of zoom level.
Return Value
Returns S_OK if operation was successful or error code in other cases.