set_ShowHistoryForDisplayedImages Method
In This Topic
Sets a value indicating whether history must be shown only for images, which are displayed in viewer.
Syntax
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewerUndoMonitorJS(undoManager, annotationViewer);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ShowHistoryForDisplayedImages(value);
function set_ShowHistoryForDisplayedImages(
: boolean
) : any;
Parameters
- value
- True if history must be shown only for images, which are displayed in viewer; otherwise, false. Default value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also