The PdfOutlineItem type exposes the following members.
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.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetChild |
Gets the child outline item with the specified index.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOfChild(PdfOutlineItem) |
Retrieves the zero-based index of the first occurrence of the
specified child PdfOutlineItem.
|
![]() | IndexOfChild(String) |
Retrieves the zero-based index of the first occurrence of a child
PdfOutlineItem with specified title.
|
![]() | 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.
|
![]() | RemoveAllChildren |
Removes all items from the collection of this
PdfOutlineItem's child items.
|
![]() | RemoveChild |
Removes the specified PdfOutlineItem from the
collection of this PdfOutlineItem's child items.
|
![]() | RemoveChildAt |
Removes the PdfOutlineItem with specified index from the
collection of this PdfOutlineItem's child items.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |