VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS 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.WebAnnotationViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsAnnotationBoundingRectEnabled(value);
    
    
    function set_IsAnnotationBoundingRectEnabled(
    value
    True - annotation can be built only in region specified by the AnnotationBoundingRect property; False - annotation can be built everywhere.
    Default value is false.
    : 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
    56+
    45+
    11
    See Also