Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / Author Property

In This Topic
    Author Property (GcWordLayout)
    In This Topic
    Gets or sets the name of the person that created the document (for export to PDF).
    Syntax
    'Declaration
     
    Public Property Author As System.String
    public System.string Author {get; set;}
    See Also