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