Skip to main content

PdfDocumentProperties.Keywords Property

Indicates the keywords that describe the primary topics covered in a document.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public string Keywords { get; }

Property Value

Type Description
String

A String value, providing a set of document keywords.

See Also