VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / get_IsReadOnly Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsReadOnly Method
    In This Topic
    Gets a value indicating whether the comment is read-only in user interface.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var value; // Type: boolean
    value = instance.get_IsReadOnly();
    
    
    function get_IsReadOnly() : boolean;
    

    Return Value

    True - the comment is read-only in user interface; false - the comment is not read-only in user interface.
    Browser Compatibility
    56+
    45+
    11
    See Also