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

var value; // Type: boolean
value = instance.get_RaiseAnnotationEventsInAuthorMode();

Return Value

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