var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS(); var value; // Type: boolean value = instance.get_RaiseAnnotationEventsInViewMode();
function get_RaiseAnnotationEventsInViewMode() : boolean;
Return 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.
Default value is true.