Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintContextType Enumeration

In This Topic
    PrintContextType Enumeration
    In This Topic
    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 Appointment object.
    DateRangeDocument displays appointments for the specified date range.
    Inheritance Hierarchy

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

    See Also