set_RaiseAnnotationEventsInAuthorMode Method
In This Topic
Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_RaiseAnnotationEventsInAuthorMode(value);
function set_RaiseAnnotationEventsInAuthorMode(
: boolean
) : any;
Parameters
- 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
See Also