IPXV_OCRRegions::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::Count Property}}
 
{{#customTitle:IPXV_OCRRegions::Count Property}}
{{#parentPage:PXV:IPXV_OCRRegions#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXV_OCRRegions#Properties|Count|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXV_OCRRegions|IPXV_OCRRegions]] returns  Value of ULONG ...
+
Gets number of items in the regions list.
  
 
== 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:IPXV_OCRRegions|IPXV_OCRRegions]]
 
[[PXV:IPXV_OCRRegions|IPXV_OCRRegions]]

Latest revision as of 04:01, 15 June 2015


Gets number of items in the regions list.

Syntax

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

See Also

IPXV_OCRRegions