In This Topic

ProducerName Property (PDFReducerConfiguration)

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

 

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

public: __property void set_ProducerName( 

   string* value

);
public:

property String^ ProducerName {

   String^ get();

   void set (    String^ value);

}
See Also