Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewer Class : UserName Property |
public string UserName {get; set;}
'Declaration
Public Property UserName As String
'Usage
Dim instance As DocumentViewer Dim value As String instance.UserName = value value = instance.UserName
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.