Accusoft.ImagXpressSdk Namespace > ImageX Class : UndoEnabled Property |
'Declaration Public Property UndoEnabled As Boolean
'Usage Dim instance As ImageX Dim value As Boolean instance.UndoEnabled = value value = instance.UndoEnabled
public bool UndoEnabled {get; set;}
This property controls the ability to perform the Undo method. The Undo method undoes the results of an image processing method.
True — When an image processing method is invoked, the current undo image is deleted and replaced by the current image. The current image is replaced by the image resulting from the image processing method.
False — When an image processing method is invoked, the current image is deleted and replaced by the image resulting from the image processing method.