This property sets the maximum allowable undo steps for annotation objects.

[Visual Basic] Public Property UndoMax As Integer
[C#] public int UndoMax {get; set;}

Property Value

Maximum number of allowable undo steps

Default value is 50

Maximum value is 100.

Explanation

The UndoMax property sets the maximum allowable undo steps for annotation objects.

An undo removes changes made to annotation objects in the order from the newest change to the oldest. This property sets the maximum number of undo steps that can be taken. If, for example, there have been 12 changes to an object, and the UndoMax property is set to 10, then you will only be allowed to remove the last 10 changes. The oldest two changes can no longer be "undone". 

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation