Click or drag to resize

AnnotationUndoManager Properties

The AnnotationUndoManager type exposes the following members.

Properties
  NameDescription
Public propertyLevels
Gets or sets the number of undo/redo levels to keep in memory.
Public propertyMerging
Gets a value indicating whether the manager is merging undos added into a single undo action.
Public propertyRedoCount
Gets the number of redos available.
Public propertyRedoDescription
Gets the description string of the redo that will be performed when Redo is called.
Public propertyUndoCount
Gets the number of undos available.
Public propertyUndoDescription
Gets the description string of the undo that will be performed when Undo is called.
Top
See Also