ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfDocumentInfo Class / Author Property

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