IPXC_Image::Matte Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
== 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> | ||
Revision as of 22:50, 13 April 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
See also IPXC_Image.