IPXC_BackgroundParams::VOffset Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::VOffset Property}}
 
{{#customTitle:IPXC_BackgroundParams::VOffset Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|VOffset Property|property}}
+
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|VOffset|property}}
 
+
  
 
Gets/sets the vertical offset of the background on page.
 
Gets/sets the vertical offset of the background on page.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_VOffset([out, retval]  float*  pVOffset);
+
<pre class="brush:cpp;gutter:false">HRESULT get_VOffset([out, retval]  float*  nVOffset);
HRESULT put_VOffset([in]  float  pVOffset);
+
HRESULT put_VOffset([in]  float  nVOffset);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].
+
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Latest revision as of 03:20, 15 June 2015

Gets/sets the vertical offset of the background on page.

Syntax

HRESULT get_VOffset([out, retval]  float*  nVOffset);
HRESULT put_VOffset([in]  float  nVOffset);

See Also

IPXC_BackgroundParams