IPXC_RedactOverlayParams::TextAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval]  LONG*  pTextAlign);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval]  LONG*  nTextAlign);
HRESULT put_TextAlign([in]  LONG  pTextAlign);
+
HRESULT put_TextAlign([in]  LONG  nTextAlign);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]]
 
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]]

Revision as of 02:24, 4 June 2015


Property TextAlign of interface IPXC_RedactOverlayParams returns/sets Value of LONG ...

Syntax

HRESULT get_TextAlign([out, retval]  LONG*  nTextAlign);
HRESULT put_TextAlign([in]  LONG  nTextAlign);

See Also

IPXC_RedactOverlayParams