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

    Parameters

    value
    The current user.
    Browser Compatibility
    56+
    45+
    11
    See Also