Initializes a new instance of the PdfOutline class

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

Syntax

C#
public PdfOutline(
	PdfOutline parent,
	PdfAction action,
	string title,
	bool open
)
Visual Basic
Public Sub New ( _
	parent As PdfOutline, _
	action As PdfAction, _
	title As String, _
	open As Boolean _
)
Visual C++
public:
PdfOutline(
	PdfOutline^ parent, 
	PdfAction^ action, 
	String^ title, 
	bool open
)

See Also