Skip to main content

PdfDocument.Keywords Property

Gets or sets the keywords associated with the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v26.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Keywords { get; set; }

Property Value

Type Description
String

A String value.

See Also