IPXV_Control::ZoomOut Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Decreases the zoom level of pages view.
  
 
== Syntax ==
 
== Syntax ==

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

See Also

IPXV_Control