Name | Description | |
---|---|---|
![]() | InsertChild(Int32, String) |
Inserts new PdfOutlineItem with specified title into
the collection of this PdfOutlineItem's child items at
the specified index.
|
![]() | InsertChild(Int32, String, PdfAction) |
Inserts new PdfOutlineItem with specified title and
action into the collection of this PdfOutlineItem's
child items at the specified index.
|
![]() | InsertChild(Int32, String, PdfDocumentView) |
Inserts new PdfOutlineItem with specified title and
document view into the collection of this
PdfOutlineItem's child items at the specified index.
|
![]() | InsertChild(Int32, String, PdfPage) |
Inserts new PdfOutlineItem with specified title and
page into the collection of this PdfOutlineItem's
child items at the specified index.
|
![]() | InsertChild(Int32, String, Int32) |
Inserts new PdfOutlineItem with specified title and
page index into the collection of this
PdfOutlineItem's child items at the specified index.
|