PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / 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