IPXV_Control::ZoomIn Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::ZoomIn Method}}
 
{{#customTitle:IPXV_Control::ZoomIn Method}}
 +
{{#parentPage:PXV:IPXV_Control#Methods|ZoomIn|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Increases the zoom level of pages view.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ZoomIn();</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ZoomIn([in, defaultvalue(0)]  VARIANT_BOOL  bAllowSmooth);</pre>
 +
 
 +
== Parameters ==
 +
;bAllowSmooth
 +
:[in, defaultvalue(0)]  The flag that allows the smooth changing of zoom level.
  
 
== Return Value ==
 
== Return Value ==
Line 11: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 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