IPXC_Image::NumComponents Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Image::NumComponents Property}}
 
{{#customTitle:IPXC_Image::NumComponents Property}}
 +
{{#parentPage:PXV:IPXC_Image#Properties|NumComponents|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''NumComponents''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Value of ULONG ...
 
Property '''NumComponents''' of interface [[PXV:IPXC_Image|IPXC_Image]] returns  Value of ULONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NumComponents([out, retval] ULONG* pNumComponents);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NumComponents([out, retval] ULONG* pNumComponents);
 
</pre>
 
</pre>
  
 
== 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 NumComponents of interface IPXC_Image returns Value of ULONG ...

Syntax

HRESULT get_NumComponents([out, retval]  ULONG*  pNumComponents);

See Also

IPXC_Image