ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Creator Property

In This Topic
    Creator Property
    In This Topic
    Gets or sets creator (generator) name of this document.
    Syntax
    'Declaration
     
    Public Property Creator As System.String
    public System.string Creator {get; set;}

    Property Value

    The creator (generator) name of the Word/RTF document.
    See Also