TdxPDFDocumentInformation.Subject Property
In This Article
Specifies the PDF document’s subject.
#Declaration
Delphi
property Subject: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use the Keywords, Subject
, and Title properties to add optional information on the document’s content.
The Subject property’s default value is an empty string.
See Also