TdxPDFDocumentInformation.Author Property
In This Article
Specifies the name of the PDF document’s author.
#Declaration
Delphi
property Author: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to include the document’s author name into a saved PDF file or stream.
The Author property’s default value is an empty string.
See Also