Author

Top  Previous  Next

Author specifies the author of the PDF document. The name of the person who created the document.

 

 

 

Syntax

 

 

 

[VC++]

CString GetAuthor();

void SetAuthor(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Author [  get,  set ]

 

[VB]

Property Author As String