IPXC_WatermarkParams::ImageFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageFile Property|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageFile Property|property}}
 
  
 
Gets/sets the image file that will be used as watermark source.
 
Gets/sets the image file that will be used as watermark source.
Line 13: Line 12:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Revision as of 04:48, 23 May 2015

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

Syntax

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

See Also

IPXC_WatermarkParams