VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_RaiseAnnotationEventsInViewMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_RaiseAnnotationEventsInViewMode Method
In This Topic
Sets a value indicating whether the annotation visual tool should raise annotation events ("hoveredAnnotationChanged" event) in WebAnnotationInteractionModeEnumJS.View mode.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_RaiseAnnotationEventsInViewMode(value);

Parameters

value
True - the annotation visual tool should raise annotation events ("hoveredAnnotationChanged" event) in WebAnnotationInteractionModeEnumJS.View mode; False - the annotation visual tool should not raise annotation events ("hoveredAnnotationChanged" event) in WebAnnotationInteractionModeEnumJS.View mode.
Default value is true.
Browser Compatibility
56+
45+
11
See Also