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)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
{{#parentPage:PXV:IPXV_OCRRegions#Methods|Remove Method|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 ==
Line 13: Line 12:
 
== 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 19: Line 18:
  
 
== 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