OutlineItemCollection

OutlineItemCollection class

Represents outline entry in outline hierarchy of PDF document.

The OutlineItemCollection type exposes the following members:

Constructors

NameDescription
OutlineItemCollection(outlines)Initializes a new instance of the OutlineItemCollection class

Properties

NameDescription
visible_countGets the total number of outline items at all levels in the document outline hierarchy.
titleGets or sets the title for this outline item.
destinationGets or sets the destination for this outline item.
actionGets or sets the action for this outline item.
colorGets or sets the color for the title text of this outline item.
italicGets or sets italic flag for the title text of this outline item
boldGets or sets bold flag for the title text of this outline item
firstGets the outline item representing the first top-level item in the outline hierarchy.
lastGets the outline item representing the last top-level item in the outline hierarchy.
prevGets the outline item representing previous item relatively this item in the outline hierarchy.
nextGets the outline item representing next item relatively this item in the outline hierarchy.
has_nextCheck if outline item representing next item relatively this item in the outline hierarchy.
parentGets the parent object of this outline item in the outline hierarchy.
is_synchronizedGets the value indicating whether access to this collection is synchronized (thread safe).
sync_rootGets the object that can be used to synchronize access to this collection.
openGet or sets open status (true/false) for outline item.
levelGets hierarchy level of outline item.

Indexer

NameDescription
[index]Gets outline item from the collection using index.

Methods

NameDescription
delete()Deletes this outline item from the document outline hierarchy.
delete(name)Deletes outline entry with specified name from the document outline hierarchy.
insert(index, outline)Inserts the outline item into collection at the specified place.

See Also