ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / Producer Property




In This Topic
    Producer Property (CADPDFSaveOptions)
    In This Topic
    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