VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularObjectTransformerJS type / set_CanRotate Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CanRotate Method
    In This Topic
    Sets a value indicating whether transformer can rotate the interactive object.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectTransformerJS(interactionObj);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanRotate(value);
    
    
    function set_CanRotate(
    value
    A value indicating whether transformer can rotate the interactive object.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether transformer can rotate the interactive object.
    Browser Compatibility
    56+
    45+
    11
    See Also