PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DocumentInfo Class / Author Property

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