ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / Keywords Property

In This Topic
    Keywords Property (PdfExportSettings)
    In This Topic
    Gets or sets the keywords associated with the PDF document.
    Syntax
    'Declaration
     
    Public Property Keywords As StringDefaultExportSetting
    public StringDefaultExportSetting Keywords {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the keywords associated with the PDF document.
    See Also