TdxPDFDocumentInformation.Title Property
In This Article
Specifies the PDF document’s title.
#Declaration
Delphi
property Title: 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 Title property’s default value is an empty string.
See Also