Get/set the bookmark

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

Collapse imageSyntax

C#
public bool BookmarkOpen { get; set; }
Visual Basic
Public Property BookmarkOpen As Boolean
	Get
	Set
Visual C++
public:
property bool BookmarkOpen {
	bool get ();
	void set (bool value);
}

Field Value

a bool

Collapse imageSee Also