> ## 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.

# Renumber Method of the FRPages Object

This method renumbers the pages in the collection.

## Syntax

### C++

```cpp theme={null}
HRESULT Renumber( IIntsCollection* NewOrder );
```

### C\#

```csharp theme={null}
void Renumber( IIntsCollection NewOrder );
```

### Visual Basic .NET

```vb theme={null}
Sub Renumber(NewOrder As IIntsCollection)
```

## Parameters

NewOrder

\[in] This parameter refers to the [IntsCollection](/fine-reader/engine/api-reference/supplementary-objects-and-methods/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](/fine-reader/engine/api-reference/return-codes).

## Remarks

This method may report events to the listeners attached to the IConnectionPointContainer interface of the [FRPages](/fine-reader/engine/api-reference/document-related-objects/frpages) object.

## See also

[FRPages](/fine-reader/engine/api-reference/document-related-objects/frpages)
