HiQPdf Documentation

PdfDocumentCreateChildOutline Method

HiQPdf Client for .NET Core
Creates a child outline with the given parent in the outline hierarchy

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

public PdfOutline CreateChildOutline(
	string text,
	PdfDestination destination,
	PdfOutline parentOutline
)

Parameters

text
Type: SystemString
The outline text
destination
Type: HiQPdfClientPdfDestination
The outline destination inside the PDF document
parentOutline
Type: HiQPdfClientPdfOutline
The parent outline in outlines hierarchy

Return Value

Type: PdfOutline
The created outline
See Also

Reference