IPXC_WatermarkParams::TextAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|TextAlign|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|TextAlign|property}}
  
Gets/sets the watermark's text align.
+
Gets/sets the watermark's text align. 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 ==

Revision as of 06:10, 15 March 2017

Gets/sets the watermark's text align. 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_TextAlign([out, retval]  ULONG*  nAlign);
HRESULT put_TextAlign([in]  ULONG  nAlign);

See Also

IPXC_WatermarkParams