PdfOutlinesCollectionAddOutline Method

Adds a new outline with the given text and destination to the end of this collection

Definition

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

Parameters

text  String
The outline text
destination  PdfDestination
The outline destination

Return Value

PdfOutline
The added outline

See Also