VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentInformationPropertiesJS type / get_LastModifiedBy Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LastModifiedBy Method
    In This Topic
    Gets a value that identifies the user who last modified the document content.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentInformationPropertiesJS();
    
    var value; // Type: string
    value = instance.get_LastModifiedBy();
    
    
    function get_LastModifiedBy() : string;
    

    Return Value

    A value that identifies the user who last modified the document content.
    Browser Compatibility
    56+
    45+
    11
    See Also