TdxPDFDocumentInformation.Author Property
Specifies the name of the PDF document’s author.
Declaration
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