The PdfDocTableOfContents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertPdfDocumentBefore |
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
|
![]() | InsertPdfFileBefore |
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
|
![]() | InsertPdfStreamBefore |
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
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetPageNumberStyle |
Call this method to set the CSS style of the page numbers for a level in table of contents
(Inherited from PdfTableOfContents.) |
![]() | SetTocEntryStyle |
Call this method to set the table of contents entry CSS style for a level
(Inherited from PdfTableOfContents.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also