IPXC_WatermarkParams::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 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|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Text|property}}
{{ToReview}}
+
  
 
Gets/sets the watermark's text.
 
Gets/sets the watermark's text.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* ppText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval] BSTR* sText);
HRESULT put_Text([in] BSTR ppText);
+
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