ComponentOne GanttView for WPF
PrintType Enumeration

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : PrintType Enumeration
Specifies the type of printing layout style.
Syntax
'Declaration
 
Public Enum PrintType 
   Inherits System.Enum
public enum PrintType : 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

Reference

C1.WPF.GanttView Namespace