VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewerUndoMonitor Class / AnnotationViewerUndoMonitor Constructor(UndoManager,AnnotationViewer)
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
AnnotationViewerUndoMonitor Constructor(UndoManager,AnnotationViewer)
In This Topic
Initializes a new instance of the AnnotationViewerUndoMonitor class.
Syntax

Parameters

manager
The undo manager.
viewer
The annotation viewer.
Exceptions
ExceptionDescription
Thrown if manager or viewer is null.
Remarks

The monitor will save undo history for all images in viewer if the undo manager is CompositeUndoManager.
The monitor will save undo history only for focused image in viewer if the undo manager is NOT CompositeUndoManager.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also