TdxPDFDocumentInformation.Producer Property
In This Article
Specifies the name of the application that created a PDF document from a source document in a different format.
#Declaration
Delphi
property Producer: string read; write;
#Property Value
Type |
---|
string |
#Remarks
This property is designed to store the name of the application that converted another document to the PDF format. The Application property stores the name of the application that created the original document.
The Producer property’s default value is an empty string.
See Also