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

Syntax

C#
public void AddTitle(
	string title
)
Visual Basic
Public Sub AddTitle ( _
	title As String _
)
Visual C++
public:
void AddTitle(
	String^ title
)

Parameters

title
Type: System..::..String

See Also