TdxPSPDFReportExportOptions.Keywords Property
In This Article
Specifies keywords associated with content of an exported PDF document.
#Declaration
Delphi
property Keywords: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use comma to delimit keywords in a string.
A report link initializes the Keywords property to the report document‘s Description property value.
See Also