ComponentOne Scheduler for WinForms
PrintContextType Enumeration

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace : PrintContextType Enumeration
The PrintContextType defines the printing context for the PrintStyle object.
Syntax
'Declaration
 
Public Enum PrintContextType 
   Inherits System.Enum
public enum PrintContextType : System.Enum 
Members
MemberDescription
AppointmentDocument displays content of the C1.C1Schedule.Appointment object.
DateRangeDocument displays appointments for the specified date range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.Printing.PrintContextType

See Also

Reference

C1.C1Schedule.Printing Namespace