IPXV_OCRRegions::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_OCRRegions::Item Property}}
 
{{#customTitle:IPXV_OCRRegions::Item Property}}
 
{{#parentPage:PXV:IPXV_OCRRegions#Properties|Item|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 ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in] Value of ULONG.
+
:[in] Index of the item to get from the list.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_OCRRegions|IPXV_OCRRegions]]
 
[[PXV:IPXV_OCRRegions|IPXV_OCRRegions]]

Revision as of 07:20, 26 May 2015


Gets IPXV_OCRRegion item from the list of regions.

Syntax

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

Parameters

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

See Also

IPXV_OCRRegions