Gets and sets the name of the application (for example, Acrobat® Distiller®) that converted it to PDF.
public string Producer {get; set;}
public: __property string* get_Producer();
public: __property void set_Producer(
string* value
);
'Declaration
Public Property Producer As String
'Usage
Dim instance As DocumentMetadata
Dim value As String
instance.Producer = value
value = instance.Producer
Property Value
A string value which represents the name of the application.