HiQPdf Documentation

PdfDocTableOfContents Methods

Quickly Create High Quality PDFs

The PdfDocTableOfContents type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 methodInsertPdfDocumentBefore
Call this method to insert a PDF document object before the table of contents in the final document. The boolean parameter controls if the header and footer are applied on external PDF document loaded from a file or a stream. When the parameter is true the interactive features are disabled in the external PDF
Public methodInsertPdfFileBefore
Call this method to insert a PDF file before the table of contents in the final document. The boolean parameter controls if the header and footer are applied on external PDF document. When the parameter is true the interactive features are disabled in the external PDF
Public methodInsertPdfStreamBefore
Call this method to insert a PDF from a stream before the table fo contents in the final document. The boolean parameter controls if the header and footer are applied on external PDF document. When the parameter is true the interactive features are disabled in the external PDF
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPageNumberStyle
Call this method to set the CSS style of the page numbers for a level in table of contents
(Inherited from PdfTableOfContents.)
Public methodSetTocEntryStyle
Call this method to set the table of contents entry CSS style for a level
(Inherited from PdfTableOfContents.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference