Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfOutlineItem InsertChild(
int index,
string title
)
VB
Public Function InsertChild (
index As Integer,
title As String
) As PdfOutlineItem
Parameters
- index
- Type: System.Int32
The zero-based index at which new
PdfOutlineItem should be inserted. - title
- Type: System.String
The text to be displayed on the screen for the
new PdfOutlineItem.
Return Value
Type:
PdfOutlineItem
The newly inserted
PdfOutlineItem.
See Also