Adds the creator to a Document.

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

Syntax

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

Parameters

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

Return Value

true if successful, false otherwise

See Also