IPXC_Image::Decode Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_Decode([in] ULONG nBufLength, [out] double* pDecodeBuf);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Decode([in] ULONG nBufLength, [out, retval] double* pDecodeBuf);
 
</pre>
 
</pre>
  

Revision as of 23:50, 13 April 2015

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


Syntax

HRESULT get_Decode([in] ULONG nBufLength, [out, retval] double* pDecodeBuf);

Parameters

nBufLength
[in] Value of ULONG.

See Also

See also IPXC_Image.