IPXC_WatermarkParams::HAlign 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::HAlign Property}}
 
{{#customTitle:IPXC_WatermarkParams::HAlign Property}}
 +
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|HAlign|property}}
  
Gets/sets the horizontal align of the watermark on page.
+
Gets/sets the horizontal align of the watermark on page. The horizontal align will be used in the offset calculation. The offset will be calculated from the:
 +
* '''0''' - Visual page's Left side
 +
* '''1''' - Visual page's Center
 +
* '''2''' - Visual page's Right side
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_HAlign([out, retval] ULONG* pHAlign);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HAlign([out, retval] ULONG* nHAlign);
HRESULT put_HAlign([in] ULONG pHAlign);
+
HRESULT put_HAlign([in] ULONG nHAlign);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 05:42, 16 March 2017

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

  • 0 - Visual page's Left side
  • 1 - Visual page's Center
  • 2 - Visual page's Right side

Syntax

HRESULT get_HAlign([out, retval]  ULONG*  nHAlign);
HRESULT put_HAlign([in]  ULONG  nHAlign);

See Also

IPXC_WatermarkParams