IPXC_WatermarkParams::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#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|property}}
{{ToReview}}
+
 
  
 
Gets/sets the watermark's text.
 
Gets/sets the watermark's text.

Revision as of 17:29, 21 May 2015


Gets/sets the watermark's text.

Syntax

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

See Also

IPXC_WatermarkParams.