Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This method renumbers the pages in the collection.

Syntax

C++

HRESULT Renumber( IIntsCollection* NewOrder );

C#

void Renumber( IIntsCollection NewOrder );

Visual Basic .NET

Sub Renumber(NewOrder As IIntsCollection)

Parameters

NewOrder [in] This parameter refers to the IntsCollection object that contains a new order of the pages in collection.

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