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

# Redo Method of the FRPage Object

<Warning>
  Visual Components are currently only supported for Windows.
</Warning>

This method redoes the latest undone command which was called from the FineReader Engine API. The method can be executed if the value of the [IFRPage::CanRedo](/fine-reader/engine/api-reference/document-related-objects/frpage#canredo) property is TRUE.

## Syntax

### C++

```cpp theme={null}
HRESULT Redo();
```

### C\#

```csharp theme={null}
void Redo();
```

### Visual Basic .NET

```vb theme={null}
Sub Redo()
```

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

## See also

[FRPage](/fine-reader/engine/api-reference/document-related-objects/frpage)

[Undo](/fine-reader/engine/api-reference/document-related-objects/frpage/undo-method)

[Update](/fine-reader/engine/api-reference/document-related-objects/frpage/update-method)
