UndoCollectionNumUndos Property |
Gets the current number of undos in the collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic int NumUndos { get; }Public ReadOnly Property NumUndos As Integer
Get
Property Value
Type:
Int32 An integer represending the number of operations that are able to be undone.
See Also