In This Topic

Producer Property (PDFReducerConfiguration)

In This Topic
Sets the producer of the resulting PDF document.
Syntax
'Declaration

 

Public Property Producer As String
public string Producer {get; set;}
public read-write property Producer: String; 
public function get,set Producer : String
public: __property string* get_Producer();

public: __property void set_Producer( 

   string* value

);
public:

property String^ Producer {

   String^ get();

   void set (    String^ value);

}
See Also