C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / PrintType Enumeration

PrintType Enumeration
Specifies the type of printing layout style.
Syntax
'Declaration
 
Public Enum PrintType 
   Inherits System.Enum
 
Members
MemberDescription
CustomerPrint 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.WPF.GanttView.PrintType

See Also