HiQPdf Documentation

PdfDocumentAddChildOutline Method

HiQPdf Client for .NET Core
Adds 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 void AddChildOutline(
	PdfOutline outline,
	PdfOutline parentOutline
)

Parameters

outline
Type: HiQPdfClientPdfOutline
The new outline to add
parentOutline
Type: HiQPdfClientPdfOutline
The parent outline which was previously added to document
See Also

Reference