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

    Parameters

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