IPXC_WatermarkParams::ImageFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
  
Property '''ImageFile''' of interface [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] returns/sets Value of BSTR ...
+
Gets/sets the image file which will be used as watermark source.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:28, 15 April 2015

Gets/sets the image file which will be used as watermark source.

Syntax

HRESULT get_ImageFile([out, retval] BSTR* psFileName);
HRESULT put_ImageFile([in] BSTR psFileName);

See Also

See also IPXC_WatermarkParams.