In This Topic

Author Property (GdPictureDocumentConverter)

In This Topic
Specifies the name of the person who created the document.
Syntax
'Declaration
 
Public Property Author As String
public string Author {get; set;}
public read-write property Author: String; 
public function get,set Author : String
public: __property string* get_Author();
public: __property void set_Author( 
   string* value
);
public:
property String^ Author {
   String^ get();
   void set (    String^ value);
}
See Also