Redo Method

Redoes the last imaging operation that was undone by the Undo method.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 98
Imaging for Windows 95
Imaging for Windows NT 4.0

Applies To

Image Edit control

Syntax

object.Redo [Option]

Argument

Parameter Data Type Setting

Option Long 0 (default)

Return Value

None

Remarks

The Display method must be invoked prior to calling this method.

The Redo method requires the successful completion of an undo operation (using the Undo method).  Imaging deletes the redo information when the next imaging operation is performed.

The Redo method modifies the displayed image.  The Save, SaveAs, or SavePage method must be invoked to save the modified image.

Invoking the Redo method sets the ImageModified property to True.