IPXC_Image::MaskImage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MaskImage([out, retval]  IPXC_Image**  ppMask);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaskImage([out, retval]  IPXC_Image**  pMask);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Image|IPXC_Image]]
 
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 11:48, 11 January 2016


Property MaskImage of interface IPXC_Image returns Pointer to IPXC_Image ...

Syntax

HRESULT get_MaskImage([out, retval]  IPXC_Image**  pMask);

See Also

IPXC_Image