IPXV_Control::ZoomOut Method
From PDF XChange PDF SDK
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
;bAllowSmooth | ;bAllowSmooth | ||
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] The flag that allows the smooth changing of zoom level. |
== Return Value == | == Return Value == |
Revision as of 16:01, 28 May 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.