IPXV_Control::ZoomOut Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;bAllowSmooth
 
;bAllowSmooth
:[in, defaultvalue(0)] Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]   The flag that allows the smooth changing of zoom level.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 17: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.

See Also

IPXV_Control