IPXC_WatermarkParams::HAlign Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|HAlign|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|HAlign|property}} | ||
− | Gets/sets the horizontal align of the watermark on page. | + | 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 == | == Syntax == |
Latest revision as of 04:42, 16 March 2017
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);