Move Method of the BatchItems Object
This method moves a batch item to the specified position in the collection.
Syntax
Visual Basic .NET
Function Move( _ BatchItem As BatchItem, _ Position As Integer _ )
C++
HRESULT Move(
IBatchItem* BatchItem,
int Position
);
Parameters
- BatchItem
- [in] Refers to the BatchItem object, which contains the item to be moved.
- Position
- [in] The batch item will be placed in the position before the item with this index. Must be in a range from 1 to the value of the IBatchItems::Count property.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30