If the document was converted to PDF from another format, the name of the application (for example, Acrobat Distiller) that converted it to PDF.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Producer { get; set; }
Public Property Producer As String
	Get
	Set
public:
property String^ Producer {
	String^ get ();
	void set (String^ value);
}
member Producer : string with get, set

Property Value

String
The producer of the document.

See Also