IPXC_BackgroundParams::VOffset Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_BackgroundParams::VOffset Property}}
 
{{#customTitle:IPXC_BackgroundParams::VOffset Property}}
  
Property '''VOffset''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets Value of float ...
+
Gets/sets the vertical offset of the background on page.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:42, 15 April 2015

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

Syntax

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

See Also

See also IPXC_BackgroundParams.