VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_IsAnnotationBoundingRectEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_IsAnnotationBoundingRectEnabled Method
In This Topic
Sets a value indicating whether the annotation can be built only in specified region.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsAnnotationBoundingRectEnabled(value);

Parameters

value
True - annotation can be built only in region specified by the AnnotationBoundingRect property; False - annotation can be built everywhere.
Default value is false.
Browser Compatibility
56+
45+
11
See Also