IPXC_WatermarkParams::VAlign Property

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

Jump to: navigation, search

Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. Possible values are:

  • 0 - Top
  • 1 - Center
  • 2 - Bottom

Syntax

HRESULT get_VAlign([out, retval]  ULONG*  nVAlign);
HRESULT put_VAlign([in]  ULONG  nVAlign);

See Also

IPXC_WatermarkParams