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