IPXC_WatermarkParams::ImageFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImageFile Property}}
{{#parentPage:PXV:IPXC_WatermarkParams|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams|ImageFile Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImageFile([out, retval] BSTR* ppFileName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImageFile([out, retval] BSTR* ppFileName);
HRESULT put_ImageFile([in] BSTR ppFileName);
+
HRESULT put_ImageFile([in] BSTR ppFileName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
 
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].

Revision as of 06:14, 23 April 2015


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

Syntax

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

See Also

See also IPXC_WatermarkParams.