PdfDocumentAddChildOutline Method
Adds a child outline with the given parent in the outline hierarchy
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
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