Redo Method of the FRPage Object
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 property is TRUE.
Syntax
C++
HRESULT Redo();
C#
void Redo();
Visual Basic .NET
Sub Redo()
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:41 PM