PdfOutlinesCollectionAddOutlineAtIndex Method

Adds a new outline with the given text and destination at the given index. The first outline index is 0

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfOutline AddOutlineAtIndex(
	int index,
	string text,
	PdfDestination destination
)

Parameters

index  Int32
The index of the new outline
text  String
The outline text
destination  PdfDestination
The outline destination

Return Value

PdfOutline
The added outline

See Also