Name of the user
Object.defineProperty(DocumentViewer.prototype, 'userName',
get: function(),
set: function(value)
)
userName: string;
The name of the user to be used in certain operations detailed below. The default value is currently logged in user if this value can be obtained, null otherwise.
Currently UserName is used by Annotations as the "Author" metadata to use when annotations objects are added or modified.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET