PdfDocumentAddChildOutline Method

Adds a child outline with the given parent in the outline hierarchy

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddChildOutline(
	PdfOutline outline,
	PdfOutline parentOutline
)

Parameters

outline  PdfOutline
The new outline to add
parentOutline  PdfOutline
The parent outline which was previously added to document

See Also