IPXC_RedactOverlayParams::TextAlign Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextAlign([out, retval] LONG* nTextAlign); |
− | HRESULT put_TextAlign([in] LONG | + | 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 02: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);