VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewerUndoMonitorJS type / set_IsEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IsEnabled Method
In This Topic
Sets a value indicating whether the undo monitor is enabled.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsEnabled(value);

Parameters

value
Value indicating whether the undo monitor is enabled.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also