IPXC_Rects::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Rects::Count Property}}
 
{{#customTitle:IPXC_Rects::Count Property}}
{{#parentPage:PXV:IPXC_Rects#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXC_Rects#Properties|Count|property}}
  
 
Gets size of the rectangle array.
 
Gets size of the rectangle array.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Rects|IPXC_Rects]]
 
[[PXV:IPXC_Rects|IPXC_Rects]]

Latest revision as of 03:35, 15 June 2015

Gets size of the rectangle array.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXC_Rects