IPXC_WatermarkParams::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::Text Property}}
 
{{#customTitle:IPXC_WatermarkParams::Text Property}}
 +
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Text|property}}
  
Property '''Text''' of interface [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] returns/sets Value of BSTR ...
+
Gets/sets the watermark's text.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* psText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* sText);
HRESULT put_Text([in] BSTR psText);
+
HRESULT put_Text([in] BSTR sText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 03:39, 15 June 2015

Gets/sets the watermark's text.

Syntax

HRESULT get_Text([out, retval]  BSTR*  sText);
HRESULT put_Text([in]  BSTR  sText);

See Also

IPXC_WatermarkParams