MoveById Method of the Documents Object
This method allows you to move the document with the specified identifier to the selected position in the collection.
Syntax
Visual Basic .NET
Sub MoveById( _ Id As Integer, _ NewPos As Integer _ )
C++
HRESULT MoveById( int Id, int NewPos );
Parameters
- Id
- [in] This variable contains the identifier of the document which is to be moved. The identifier should be received as the value of the IDocument::Id property.
- NewPos
- [in] The document will be placed in the position before the document with this index. Must be in a range from 1 to the value of the IDocuments::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