IPXC_WatermarkParams::VAlign Property
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the: | Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the: | ||
− | * '''0''' - | + | * '''0''' - Visual page's Top |
− | * '''1''' - | + | * '''1''' - Visual page's Center |
− | * '''2''' - | + | * '''2''' - Visual page's Bottom |
== Syntax == | == Syntax == |
Latest revision as of 05:06, 15 March 2017
Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the:
- 0 - Visual page's Top
- 1 - Visual page's Center
- 2 - Visual page's Bottom
Syntax
HRESULT get_VAlign([out, retval] ULONG* nVAlign); HRESULT put_VAlign([in] ULONG nVAlign);