VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / get_CurrentUser Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CurrentUser Method
    In This Topic
    Gets the current user.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: string
    value = instance.get_CurrentUser();
    
    
    function get_CurrentUser() : string;
    

    Return Value

    The current user. The default value is "Guest".
    Browser Compatibility
    56+
    45+
    11
    See Also