AnnotationUndoManagerGetUndoDescriptions Method |
Returns a string array of the descriptions in the order which they would be undone. This is useful for
displaying a list of items to undo. For displaying only the latest undo description use the
UndoDescription method.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string[] GetUndoDescriptions()
Public Function GetUndoDescriptions As String()
Return Value
Type:
String An array of string descriptions for the undos.
See Also