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.WebAnnotationViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsAnnotationBoundingRectEnabled(value);
function set_IsAnnotationBoundingRectEnabled(
: boolean
) : any;
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
See Also