PdfOutlineCollection MethodsTerminal Works - PDF Printing.Net Library

The PdfOutlineCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(PdfOutline)
Adds the specified outline.
Public methodAdd(String, PdfPage)
Creates a PdfOutline and adds it into the outline collection.
Public methodAdd(String, PdfPage, Boolean)
Adds the specified outline entry.
Public methodAdd(String, PdfPage, Boolean, PdfOutlineStyle)
Adds the specified outline entry.
Public methodAdd(String, PdfPage, Boolean, PdfOutlineStyle, XColor)
Adds the specified outline entry.
Public methodClear
Removes all elements form the collection.
Public methodClone
Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null.
(Inherited from PdfObject.)
Public methodContains
Determines whether the specified element is in the collection.
Protected methodCopy
Implements the copy mechanism. Must be overridden in derived classes.
(Inherited from PdfObject.)
Public methodCopyTo
Copies the collection to an array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the outline collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the specified item.
Public methodInsert
Inserts the item at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific item from the collection.
Public methodRemoveAt
Removes the outline item at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference