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

    Parameters

    value
    A value that identifies the individual or entity that created the document and its content.
    Browser Compatibility
    56+
    45+
    11
    See Also