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 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''TextAlign''' of interface [[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]] returns/sets  Value of LONG ...
+
Property '''nTextAlign''' of interface [[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]] returns/sets  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval]  LONG*  TextAlign);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval]  LONG*  nTextAlign);
HRESULT put_TextAlign([in]  LONG  TextAlign);
+
HRESULT put_TextAlign([in]  LONG  nTextAlign);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]]
 
[[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]]

Latest revision as of 03:36, 15 June 2015


Property nTextAlign 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