IPXV_PagesLayoutManager::ZoomLevel Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ZoomLevel([out, retval]  double*  pZoomLevel);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ZoomLevel([out, retval]  double*  nZoomLevel);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_PagesLayoutManager|IPXV_PagesLayoutManager]]
 
[[PXV:IPXV_PagesLayoutManager|IPXV_PagesLayoutManager]]

Revision as of 02:46, 4 June 2015


Property ZoomLevel of interface IPXV_PagesLayoutManager returns Value of double ...

Syntax

HRESULT get_ZoomLevel([out, retval]  double*  nZoomLevel);

See Also

IPXV_PagesLayoutManager