IPXV_Control::ZoomOut Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Control::ZoomOut Method}} | {{#customTitle:IPXV_Control::ZoomOut Method}} | ||
{{#parentPage:PXV:IPXV_Control#Methods|ZoomOut|method}} | {{#parentPage:PXV:IPXV_Control#Methods|ZoomOut|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Decreases the zoom level of pages view. | |
== Syntax == | == Syntax == |
Revision as of 16:00, 28 May 2015
Decreases the zoom level of pages view.
Syntax
HRESULT ZoomOut([in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);
Parameters
- bAllowSmooth
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.