VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / set_ModifiedBy Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ModifiedBy Method
In This Topic
Sets information about the user who modified the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_ModifiedBy(value);

Parameters

value
Information about the user who modified the annotation. Default value is empty string.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also