HiQPdf Documentation

PdfDocumentCreateTopOutline Method

HiQPdf Client for .NET Core
Creates a top level outline in document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfOutline CreateTopOutline(
	string text,
	PdfDestination destination
)

Parameters

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

Return Value

Type: PdfOutline
The created outline
See Also

Reference