VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / set_ModifiedTime Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ModifiedTime Method
Sets the last time this annotation was modified.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_ModifiedTime(value);

Parameters

value
The last time this annotation was modified.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also