ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / Author Property

In This Topic
    Author Property (PdfExportOptions)
    In This Topic
    Specifies the Author of the PDF when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property Author As String
    public string Author {get; set;}

    Property Value

    A System.String value indicating the author name to be used in the PDF metadata.
    See Also