Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfOutlineItem AddChild(
string title
)
VB
Public Function AddChild (
title As String
) As PdfOutlineItem
Parameters
- title
- Type: System.String
The text to be displayed on the screen for the
new PdfOutlineItem.
Return Value
Type:
PdfOutlineItemThe newly created
PdfOutlineItem.
See Also