userName Property

Summary

Name of the user.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'userName', 
	get: function(), 
	set: function(value) 
) 
userName: string; 

Property Value

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.

Remarks

Currently UserName is used by Annotations as the "Author" metadata to use when annotations objects are added or modified.

Requirements

Target Platforms

Help Version 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.