Producer

Top  Previous  Next

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

 

 

 

Syntax

 

 

 

[VC++]

CString GetProducer();

void SetProducer(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Producer [  get,  set ]

 

[VB]

Property Producer As String