DocInfoAuthor
Use this property to set the author of the document information.
Syntax
[VC++]
void SetDocInfoAuthor(LPCTSTR lpszNewValue);
CString GetDocInfoSubject();
[C#]
public abstract new string DocInfoAuthor [ get, set ]
[VB]
Property DocInfoAuthor As String