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