HiQPdf Documentation

PdfDocumentCreateTopOutline Method

Quickly Create High Quality PDFs
Creates a top level outline in document

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

public PdfOutline CreateTopOutline(
	string text,
	PdfDestination destination
)

Parameters

text
Type: SystemString
The outline text
destination
Type: HiQPdfPdfDestination
The outline destination inside the PDF document

Return Value

Type: PdfOutline
The created outline
See Also

Reference