HiQPdf Documentation

PdfOutlinesCollectionAddOutlineAtIndex Method

Quickly Create High Quality PDFs
Adds a new outline with the given text and destination at the given index. The first outline index is 0

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

public PdfOutline AddOutlineAtIndex(
	int index,
	string text,
	PdfDestination destination
)

Parameters

index
Type: SystemInt32
The index of the new outline
text
Type: SystemString
The outline text
destination
Type: HiQPdfPdfDestination
The outline destination

Return Value

Type: PdfOutline
The added outline
See Also

Reference