IPXC_WatermarkParams::TextAlign Property

From PDF XChange PDF SDK
Revision as of 05:43, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets/sets the align of the text in the watermark itself. Possible values are:

  • 0 - Watermark's Left side
  • 1 - Watermark's Center
  • 2 - Watermark's Right side

Syntax

HRESULT get_TextAlign([out, retval]  ULONG*  nAlign);
HRESULT put_TextAlign([in]  ULONG  nAlign);

See Also

IPXC_WatermarkParams