Click or drag to resize

AnnotationUndoManagerGetRedoDescriptions Method

Returns a string array of the descriptions in the order which they would be redone. This is useful for displaying a list of items to redo. For displaying only the latest redo description use the RedoDescription 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[] GetRedoDescriptions()

Return Value

Type: String
A string array containing the redo descriptions.
See Also