VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_IsEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_IsEnabled Method
    In This Topic
    Sets a value indicating whether visual tool can respond to user interaction.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsEnabled(value);
    
    
    function set_IsEnabled(
    value
    True - visual tool can respond to user interaction; False - visual tool can not respond to user interaction.
    : boolean
    ) : any;

    Parameters

    value
    True - visual tool can respond to user interaction; False - visual tool can not respond to user interaction.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also