IPXV_OCRRegions::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::Item Property}}
 
{{#customTitle:IPXV_OCRRegions::Item Property}}
{{#parentPage:PXV:IPXV_OCRRegions|property}}
+
{{#parentPage:PXV:IPXV_OCRRegions#Properties|Item|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXV_OCRRegions|IPXV_OCRRegions]] returns  Pointer to [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] ...
+
Gets [[PXV:IPXV_OCRRegion|IPXV_OCRRegion]] item from the list of regions.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXV_OCRRegion** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG             nIndex,
 +
                [out, retval] IPXV_OCRRegion** pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in] Value of ULONG.
+
:[in] Index of the item to get from the list.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_OCRRegions|IPXV_OCRRegions]].
+
[[PXV:IPXV_OCRRegions|IPXV_OCRRegions]]

Latest revision as of 04:01, 15 June 2015


Gets IPXV_OCRRegion item from the list of regions.

Syntax

HRESULT get_Item([in]           ULONG             nIndex,
                 [out, retval]  IPXV_OCRRegion**  pItem);

Parameters

nIndex
[in] Index of the item to get from the list.

See Also

IPXV_OCRRegions