IPXC_WatermarkParams::TextAlign Property
From PDF XChange PDF SDK
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_WatermarkParams::TextAlign Property}} | {{#customTitle:IPXC_WatermarkParams::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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval] ULONG* nAlign); |
− | HRESULT put_TextAlign([in] ULONG | + | HRESULT put_TextAlign([in] ULONG nAlign); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
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);