HiQPdf Documentation

PdfOutline Constructor

HiQPdf Client for .NET Core
Creates a PDF outline

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

public PdfOutline(
	string title,
	PdfDestination destination
)

Parameters

title
Type: SystemString
The outline title
destination
Type: HiQPdfClientPdfDestination
The outline destination
See Also

Reference