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

Syntax

C#
public string BookmarkTitle { set; }
Visual Basic
Public WriteOnly Property BookmarkTitle As String
	Set
Visual C++
public:
property String^ BookmarkTitle {
	void set (String^ value);
}

See Also