IPXC_WatermarkParams::ImageFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 +
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageFile|property}}
  
Property '''ImageFile''' of interface [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] returns/sets Value of BSTR ...
+
Gets/sets the image file that will be used as watermark source.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImageFile([out, retval] BSTR* psFileName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImageFile([out, retval] BSTR* sFileName);
HRESULT put_ImageFile([in] BSTR psFileName);
+
HRESULT put_ImageFile([in] BSTR sFileName);
 
</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 image file that will be used as watermark source.

Syntax

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

See Also

IPXC_WatermarkParams