VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / get_isChanged Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_isChanged Method
    In This Topic
    Gets a value indicating whether the annotation collection is changed.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();
    
    var value; // Type: boolean
    value = instance.get_isChanged();
    
    
    function get_isChanged() : boolean;
    

    Return Value

    True - annotation collection is changed; False - annotation collection is not changed.
    Browser Compatibility
    56+
    45+
    11
    See Also