ComponentOne Reports for WPF
C1.WPF.Pdf 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 Pdf document.
    Syntax
    'Declaration
     
    Public Property Author As String
    public string Author {get; set;}
    See Also