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




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