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

    Return Value

    The creation time of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also