PdfOutlineCollectionAdd Method (String, PdfPage, Boolean, PdfOutlineStyle, XColor)Terminal Works - PDF Printing.Net Library
Adds the specified outline entry.

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

public PdfOutline Add(
	string title,
	PdfPage destinationPage,
	bool opened,
	PdfOutlineStyle style,
	XColor textColor
)

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.
style
Type: PdfEdit.PdfPdfOutlineStyle
The font style used to draw the outline text.
textColor
Type: PdfEdit.DrawingXColor
The color used to draw the outline text.

Return Value

Type: PdfOutline
See Also

Reference