ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintType Enumeration

In This Topic
    PrintType Enumeration
    In This Topic
    Specifies the type of printing layout style.
    Syntax
    'Declaration
     
    Public Enum PrintType 
       Inherits System.Enum
    public enum PrintType : System.Enum 
    Members
    MemberDescription
    CustomPrint layout customized by user.
    GeneralPrint layout contains only ganttchart.
    LegendEveryPagePrint layout contains ganttchart and legend, every page has legend.
    LegendLastPagePrint layout contains ganttchart, legend is printed at last page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.Printing.PrintType

    See Also