IPXV_PageRectSelection::ZoomLevel Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageRectSelection::ZoomLevel Property}}
 
{{#customTitle:IPXV_PageRectSelection::ZoomLevel Property}}
 +
{{#parentPage:PXV:IPXV_PageRectSelection#Properties|ZoomLevel|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''ZoomLevel''' of interface [[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]] returns/sets  Value of double ...
+
Property '''nZoomLevel''' of interface [[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]] returns/sets  Value of double ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ZoomLevel([out, retval] double* nZoomLevel);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ZoomLevel([out, retval] double* nZoomLevel);
HRESULT put_ZoomLevel([in] double nZoomLevel);
+
HRESULT put_ZoomLevel([in] double nZoomLevel);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]].
+
[[PXV:IPXV_PageRectSelection|IPXV_PageRectSelection]]

Latest revision as of 04:02, 15 June 2015


Property nZoomLevel of interface IPXV_PageRectSelection returns/sets Value of double ...

Syntax

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

See Also

IPXV_PageRectSelection