IPXC_WatermarkParams::HAlign Property
From PDF XChange PDF SDK
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);