Adds the author to a Document.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool AddAuthor(
	string author
)
Visual Basic
Public Function AddAuthor ( _
	author As String _
) As Boolean
Visual C++
public:
bool AddAuthor(
	String^ author
)

Parameters

author
Type: System..::..String
the name of the author

Return Value

true if successful, false otherwise

See Also