This property retrieves the number of "Redo" steps that an annotation object has available.

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

Property Value

The number of available "redo" steps. Value of type Integer

Default value is 0.

Explanation

The CanRedoCount property retrieves the number of "redo" steps that are availabe to an annotation object. A "redo" reverses an "undo" that has been made to an annotation object. When changes are made to an annotation object, the changes are saved in the order that they are made. An "undo" step will reverse a change that has been made. A "redo" step will reverse the "undo" step. By using "Undo" and "Redo" steps, you can move through the changes that have been made to an annotation object.

The maximum allowable "redo" steps is determined by the UndoMax property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation