Skip to main content

TdxPDFDocumentInformation.Producer Property

Specifies the name of the application that created a PDF document from a source document in a different format.

Declaration

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