PdfDocumentCreateChildOutline Method
Creates a child outline with the given parent in the outline hierarchy
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfOutline CreateChildOutline(
string text,
PdfDestination destination,
PdfOutline parentOutline
)
- text String
- The outline text
- destination PdfDestination
- The outline destination inside the PDF document
- parentOutline PdfOutline
- The parent outline in outlines hierarchy
PdfOutlineThe created outline