Click or drag to resize

PdfOutlineCollection Methods

The PdfOutlineCollection type exposes the following members.

Methods
 NameDescription
Public methodAddAfter(PdfOutline, PdfOutline) Adds the specified new PdfOutline after the specified existing PdfOutline in the PdfOutlineCollection.
Public methodAddAfter(PdfOutline, String) Adds a new PdfOutline with the specified title after the specified existing PdfOutline in the PdfOutlineCollection.
Public methodAddBefore(PdfOutline, PdfOutline) Adds the specified new PdfOutline before the specified existing PdfOutline in the PdfOutlineCollection.
Public methodAddBefore(PdfOutline, String) Adds a new PdfOutline with the specified title before the specified existing PdfOutline in the PdfOutlineCollection.
Public methodAddFirst(PdfOutline) Adds the specified PdfOutline at the start of the PdfOutlineCollection.
Public methodAddFirst(String) Adds a new PdfOutline with the specified title at the start of the PdfOutlineCollection.
Public methodAddLast(PdfOutline) Adds the specified PdfOutline at the end of the PdfOutlineCollection.
Public methodAddLast(String) Adds a new PdfOutline with the specified title at the end of the PdfOutlineCollection.
Public methodRemoveFirst Removes the PdfOutline at the start of the PdfOutlineCollection.
Public methodRemoveLast Removes the PdfOutline at the end of the PdfOutlineCollection.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also