Skip to main content
This method swaps two pages with the specified indices.

Syntax

C++

HRESULT Swap(
  int FirstIndex,
  int SecondIndex
);

C#

void Swap(
  int FirstIndex,
  int SecondIndex
);

Visual Basic .NET

Sub Swap( _
  FirstIndex As Integer, _
  SecondIndex As Integer _
)

Parameters

FirstIndex [in] This parameter contains the index of the first page. SecondIndex [in] This parameter contains the index of the second page.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

This method may report events to the listeners attached to the IConnectionPointContainer interface of the FRPages object.

See also

FRPages