TdxPDFDocumentInformation.Keywords Property
In This Article
Specifies keywords associated with a PDF document‘s content.
#Declaration
Delphi
property Keywords: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use a comma to delimit keywords in a string assigned to the Keywords property. The PDF Viewer control shows keywords in the “Document Properties“ dialog:
Document keywords are optional.
The Keywords property’s default value is an empty string.
See Also