Gets and sets whether there is an undo image present for the Undo method to undo the results of an image processing method.
Read-write property
Visual Basic |
---|
Public Property UndoEnabled As Boolean |
True to enable an undo image being maintained.
False is disable maintaining an undo image.
The Undo method is used to undo the results of an image processing method.
If the application does not require having Undo capability then this property can be set to False to reduce the memory require per image.