VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeHandLineAnnotationViewJS type / get_FinishBuildingByDoubleMouseClick Property
Syntax BrowserCompatibility SeeAlso
get_FinishBuildingByDoubleMouseClick Method
Gets a value indicating whether the annotation building must be finished when left mouse button is double clicked.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeHandLineAnnotationViewJS();

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

Return Value

True - annotation building will be finished when left mouse button is double clicked; false - annotation building will be finished when left mouse button is released. Default value is True.
Browser Compatibility
56+
45+
11
See Also