IPXC_WatermarkParams::TextAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_WatermarkParams::TextAlign Property}}
 
{{#customTitle:IPXC_WatermarkParams::TextAlign Property}}
  
Property '''TextAlign''' of interface [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] returns/sets Value of ULONG ...
+
Gets/sets the watermark's text align.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:31, 15 April 2015

Gets/sets the watermark's text align.

Syntax

HRESULT get_TextAlign([out, retval] ULONG* pAlign);
HRESULT put_TextAlign([in] ULONG pAlign);

See Also

See also IPXC_WatermarkParams.