PdfDocumentCreateChildOutline Method

Creates 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 PdfOutline CreateChildOutline(
	string text,
	PdfDestination destination,
	PdfOutline parentOutline
)

Parameters

text  String
The outline text
destination  PdfDestination
The outline destination inside the PDF document
parentOutline  PdfOutline
The parent outline in outlines hierarchy

Return Value

PdfOutline
The created outline

See Also