PdfOutlineCollection ClassTerminal Works - PDF Printing.Net Library
Represents a collection of outlines.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfObject
      PdfEdit.PdfPdfOutlineCollection

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class PdfOutlineCollection : PdfObject, 
	ICollection<PdfOutline>, IEnumerable<PdfOutline>, IEnumerable, 
	IList<PdfOutline>

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
Properties

  NameDescription
Public propertyCount
Gets the number of entries in this collection.
Public propertyInternals
Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument.
(Inherited from PdfObject.)
Public propertyIsIndirect
Indicates whether the object is an indirect object.
(Inherited from PdfObject.)
Public propertyIsReadOnly
Returns false.
Public propertyItem
Gets the PdfOutline at the specified index.
Public propertyOwner
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.)
Public propertyReference
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.)
Top
See Also

Reference