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);
function set_ModifiedBy(
: string
) : any;
Parameters
- value
- Information about the user who modified the annotation. Default value is empty string.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also