IPXC_WatermarkParams::VAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::VAlign Property}}
 
{{#customTitle:IPXC_WatermarkParams::VAlign Property}}
{{#parentPage:PXV:IPXC_WatermarkParams|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VAlign|property}}
{{ToReview}}
+
  
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* pVAlign);
+
<pre class="brush:cpp;gutter:false">HRESULT get_VAlign([out, retval] ULONG* nVAlign);
HRESULT put_VAlign([in] ULONG pVAlign);
+
HRESULT put_VAlign([in] ULONG nVAlign);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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