Adds the subject to a Document.

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

Syntax

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

Parameters

subject
Type: System..::..String
the subject

Return Value

true if successful, false otherwise

See Also