VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_ModifiedTime Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ModifiedTime Method
    In This Topic
    Gets the last time this annotation was modified.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: string
    value = instance.get_ModifiedTime();
    
    
    function get_ModifiedTime() : string;
    

    Return Value

    The last time this annotation was modified.
    Browser Compatibility
    56+
    45+
    11
    See Also