Click or drag to resize

DocumentViewerSetUndoManager Method

Call this method to replace the default CachedImageUndoManager with a custom version.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void SetUndoManager(
	CachedImageUndoManager manager
)

Parameters

manager
Type: Atalasoft.Imaging.WinControlsCachedImageUndoManager
The undo manager that will be used for this viewer.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the manager argument is null (Nothing in VB).
See Also