Skip to main content
Visual Components are currently only supported for Windows.
This method undoes the latest command which was called from the FineReader Engine API. The command which was called with the help of one of the methods that can modify the page (for example, methods of the FRPage or the ImageDocument object) can be undone only if it was previously added to the undo stack with the help of the IFRPage::Update method. The method can be executed if the value of the IFRPage::CanUndo property is TRUE.

Syntax

C++

HRESULT Undo();

C#

void Undo();

Visual Basic .NET

Sub Undo()

Return values

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

See also

FRPage Redo Update