VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / set_CreationTime Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CreationTime Method
    In This Topic
    Sets the creation time of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_CreationTime(value);
    
    
    function set_CreationTime(
    value
    The creation time of annotation.
    : string
    ) : any;

    Parameters

    value
    The creation time of annotation.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also