PdfDocumentCreateTopOutline Method

Creates a top level outline in document

Definition

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

Parameters

text  String
The outline text
destination  PdfDestination
The outline destination inside the PDF document

Return Value

PdfOutline
The created outline

See Also