IPXC_WatermarkParams::HAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search

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