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