PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderToc Class
Members

In This Topic
    RenderToc Class
    In This Topic
    Represents a table of contents (TOC) in a C1PrintDocument. Individual TOC entries are represented by RenderTocItem objects. This object may also contain other types of render objects (this may be used e.g. to show a TOC header).
    Object Model
    RenderToc Class
    Syntax
    'Declaration
     
    Public Class RenderToc 
       Inherits RenderArea
       Implements IDocumentLocationIStyleOwner 
    public class RenderToc : RenderArea, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderArea
             C1.C1Preview.RenderToc

    See Also