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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::Text Property}}
 
{{#customTitle:IPXC_WatermarkParams::Text Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Text Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Text|property}}
  
 
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 ==
 
[[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