IPXC_WatermarkParams::TextAlign Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|TextAlign|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|TextAlign|property}} | ||
− | Gets/sets the watermark's | + | Gets/sets the align of the text in the watermark itself. Possible values are: |
+ | * '''0''' - Watermark's Left side | ||
+ | * '''1''' - Watermark's Center | ||
+ | * '''2''' - Watermark's Right side | ||
== Syntax == | == Syntax == |
Latest revision as of 04:43, 16 March 2017
Gets/sets the align of the text in the watermark itself. Possible values are:
- 0 - Watermark's Left side
- 1 - Watermark's Center
- 2 - Watermark's Right side
Syntax
HRESULT get_TextAlign([out, retval] ULONG* nAlign); HRESULT put_TextAlign([in] ULONG nAlign);