IPXC_WatermarkParams::VAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VAlign|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VAlign|property}}
  
Gets/sets the vertical align of the watermark on page.
+
Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the:
 +
* '''0''' - Visual page's Top
 +
* '''1''' - Visual page's Center
 +
* '''2''' - Visual page's Bottom
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_VAlign([out, retval]  ULONG*  VAlign);
+
<pre class="brush:cpp;gutter:false">HRESULT get_VAlign([out, retval]  ULONG*  nVAlign);
HRESULT put_VAlign([in]  ULONG  VAlign);
+
HRESULT put_VAlign([in]  ULONG  nVAlign);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 06:06, 15 March 2017

Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the:

  • 0 - Visual page's Top
  • 1 - Visual page's Center
  • 2 - Visual page's Bottom

Syntax

HRESULT get_VAlign([out, retval]  ULONG*  nVAlign);
HRESULT put_VAlign([in]  ULONG  nVAlign);

See Also

IPXC_WatermarkParams