Gets the number of items in the collection.
Gets the PdfDocument object that owns this collection.
Gets the reference to the object.
Gets last item in the collection.
Gets the owner ObjectManager instance.
Adds an item to the end of the collection.
The outline node specified as OutlineNodeProperties or OutlineNode.
Clears the collection.
Determines whether the item is in the collection.
true if the item is in the collection, false otherwise.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Gets the item with the specified index.
The index of the item.
Inserts an item at a specific position in the collection.
The position where the item will be inserted.
The item to insert.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Removes the specified item from the collection.
The item to remove.
true if the item was actually removed, false otherwise.
Removes the item at specified index.
The index of the item to remove.
Sets the item at the specified index.
The index of the item, starting from 0.
The object to set.
Defines the collection of OutlineNode objects.