ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 String
    public string Creator {get; set;}

    Property Value

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