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

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

Return 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