IPXC_Image::Matte Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Image::Matte Property}}
 
{{#customTitle:IPXC_Image::Matte Property}}
 +
{{#parentPage:PXV:IPXC_Image#Properties|Matte|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Matte''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Value of double ...
 
Property '''Matte''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Value of double ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Matte([in] ULONG nBufLength, [out] double* pMatteBuf);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Matte([in]           ULONG   nBufLength,
 +
                  [out, retval] double* pMatteBuf);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nBufLength''
+
;nBufLength
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Image|IPXC_Image]].
+
[[PXV:IPXC_Image|IPXC_Image]]

Latest revision as of 08:35, 23 May 2015


Property Matte of interface IPXC_Image returns Value of double ...

Syntax

HRESULT get_Matte([in]           ULONG    nBufLength,
                  [out, retval]  double*  pMatteBuf);

Parameters

nBufLength
[in] Value of ULONG.

See Also

IPXC_Image