Skip to main content
All docs
V25.1
  • DocumentExportOptions.Keywords Property

    Gets or sets keywords associated with the PDF content.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string Keywords { get; set; }

    Property Value

    Type Description
    String

    The semicolon delimited string of keywords.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Keywords
    PdfExportOptions
    .DocumentOptions .Keywords
    See Also