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




In This Topic
    Creator Property (CADPDFSaveOptions)
    In This Topic
    PDF creator save option
    Syntax
    'Declaration
     
    Public Property Creator As String
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As String
     
    instance.Creator = value
     
    value = instance.Creator
    public string Creator {get; set;}
    public: __property string* get_Creator();
    public: __property void set_Creator( 
       string* value
    );
    public:
    property String^ Creator {
       String^ get();
       void set (    String^ value);
    }
    See Also