PdfOutline Constructor (String, PdfPage, Boolean)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the PdfOutline class.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfOutline(
	string title,
	PdfPage destinationPage,
	bool opened
)

Parameters

title
Type: SystemString
The outline text.
destinationPage
Type: PdfEdit.PdfPdfPage
The destination page.
opened
Type: SystemBoolean
Specifies whether the node is displayed expanded (opened) or collapsed.
See Also

Reference