IPXV_OCRRegions::Remove Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
 
{{#customTitle:IPXV_OCRRegions::Remove Method}}
 
{{#parentPage:PXV:IPXV_OCRRegions#Methods|Remove|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 ==

Revision as of 07:24, 26 May 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