IPXC_RedactOverlayParams::Text Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''sText''' of interface [[PXV:IPXC_RedactOverlayParams|IPXC_RedactOverlayParams]] returns/sets Value of BSTR ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* sText); |
− | HRESULT put_Text([in] BSTR | + | HRESULT put_Text([in] BSTR sText); |
</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 sText of interface IPXC_RedactOverlayParams returns/sets Value of BSTR ...
Syntax
HRESULT get_Text([out, retval] BSTR* sText); HRESULT put_Text([in] BSTR sText);