Adds the title to a Document.

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

Syntax

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

Parameters

title
Type: System..::..String
the title

Return Value

true if successful, false otherwise

See Also