IPXC_BackgroundParams::Scale Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Scale([out, retval]  float*  nScale);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Scale([out, retval]  float*  Scale);
HRESULT put_Scale([in]  float  nScale);
+
HRESULT put_Scale([in]  float  Scale);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Revision as of 06:56, 12 June 2015

Gets/sets the relative scale of the source file page.

Syntax

HRESULT get_Scale([out, retval]  float*  Scale);
HRESULT put_Scale([in]  float  Scale);

See Also

IPXC_BackgroundParams