PdfOutlineCollectionAdd Method (String, PdfPage)Terminal Works - PDF Printing.Net Library
Creates a PdfOutline and adds it into the outline collection.

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

public PdfOutline Add(
	string title,
	PdfPage destinationPage
)

Parameters

title
Type: SystemString
destinationPage
Type: PdfEdit.PdfPdfPage

Return Value

Type: PdfOutline
See Also

Reference