This method deletes the history of all drawing and editing changes made to annotation objects.

[Visual Basic] Public Function ClearEditHistory()
[C#] public void ClearEditHistory();

Parameters

None

Return Value

None

Explanation

The ClearEditHistory method deletes the history of all drawing and editing changes made to annotation objects.

Once executed, undos and redos are not possible on previous changes but will be able to be performed on changes that occur after this method has been executed.

See also

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

 

The ImageKit WPF is created by Newtone Corporation