ImageGear .NET - Updated
Producer Property (CADPDFSaveOptions)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : Producer Property
PDF producer save option
Syntax
'Declaration
 
Public Property Producer As String
'Usage
 
Dim instance As CADPDFSaveOptions
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);
}
See Also

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members