MoveById Method of the Pages Object

This method allows you to move the page in the collection.

Syntax

Visual Basic .NET

Sub MoveById( _
  Id As Integer, _
  NewIndex As Integer _
)
    

C++

HRESULT MoveById(
  int  Id,
  int  NewIndex
);
    

Parameters

Id
[in] This variable contains the identifier of the page which is to be moved. The identifier should be received as the value of the IPage::Id property.
NewIndex
[in] The page will be placed in the position before the page with this index. Must be in a range from 1 to the value of the IPages::Count property.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

See also

Pages

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.