Accusoft.ImagXpress13.Net
UndoEnabled Property




Gets and sets the ability to perform the Undo method.
Syntax
'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;}
public: __property bool get_UndoEnabled();
public: __property void set_UndoEnabled( 
   bool value
);
public:
property bool UndoEnabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to allow the Undo method to be processed. Otherwise, false is returned.
Remarks

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.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback