Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DocumentInfo Class / Author Property

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