IPXV_Control::ZoomIn Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::ZoomIn Method}}
 
{{#customTitle:IPXV_Control::ZoomIn Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|ZoomIn|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|ZoomIn|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Increases the zoom level of pages view.
  
 
== Syntax ==
 
== Syntax ==
Line 13: 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:00, 28 May 2015


Increases the zoom level of pages view.

Syntax

HRESULT ZoomIn([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