In This Topic

Producer Property (GdPictureDocumentConverter)

In This Topic
Specifies the name of the application (for example, PaperScan) that produced the 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