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

    Parameters

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