VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / set_CanResize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CanResize Method
    In This Topic
    Sets a value indicating whether the size of the annotation can be changed.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanResize(value);
    
    
    function set_CanResize(
    value
    True - annotation can be resized; False - annotation cannot be resized. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True - annotation can be resized; False - annotation cannot be resized. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also