IPXV_OCRRegions::Remove Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
{{#parentPage:PXV:IPXV_OCRRegions|method}}
+
{{#parentPage:PXV:IPXV_OCRRegions#Methods|Remove|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes one item from the regions list by index.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Remove([in] ULONG nItemIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Remove([in] ULONG nItemIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nItemIndex''
+
;nItemIndex
:[in]  Value of ULONG.
+
:[in]  Index of the item to be removed from the regions list.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== 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


Removes one item from the regions list by index.

Syntax

HRESULT Remove([in]  ULONG  nItemIndex);

Parameters

nItemIndex
[in] Index of the item to be removed from the regions list.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_OCRRegions