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,
	PdfDestination destination,
	Paragraph title,
	bool open
)
Visual Basic
Public Sub New ( _
	parent As PdfOutline, _
	destination As PdfDestination, _
	title As Paragraph, _
	open As Boolean _
)
Visual C++
public:
PdfOutline(
	PdfOutline^ parent, 
	PdfDestination^ destination, 
	Paragraph^ title, 
	bool open
)

See Also