Creates a child outline with the given parent in the outline hierarchy
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfOutline CreateChildOutline( string text, PdfDestination destination, PdfOutline parentOutline )
Parameters
- text
- Type: SystemString
The outline text - destination
- Type: HiQPdfPdfDestination
The outline destination inside the PDF document - parentOutline
- Type: HiQPdfPdfOutline
The parent outline in outlines hierarchy
Return Value
Type: PdfOutlineThe created outline
See Also