IPXC_WatermarkParams::HAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::HAlign Property}}
 
{{#customTitle:IPXC_WatermarkParams::HAlign Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|HAlign Property|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 ==
 
[[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