HiQPdf Documentation

PdfOutlinesCollectionAddOutline Method

Quickly Create High Quality PDFs
Adds a new outline with the given text and destination to the end of this collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfOutline AddOutline(
	string text,
	PdfDestination destination
)

Parameters

text
Type: SystemString
The outline text
destination
Type: HiQPdfPdfDestination
The outline destination

Return Value

Type: PdfOutline
The added outline
See Also

Reference