Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Printing Namespace / PrintOptionsForm Class / PrintOptionsForm Constructor
The C1.C1Schedule.Printing.PrintInfo object.
The C1.C1Schedule.Printing.PrintStyle object which should be selected initially.
The C1.C1Schedule.Printing.PrintContextType value, determining the filter of styles which should be shown in a form.

In This Topic
    PrintOptionsForm Constructor
    In This Topic
    Initializes a new instance of the PrintOptionsForm form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal info As PrintInfo, _
       ByVal defaultStyle As PrintStyle, _
       ByVal printContext As PrintContextType _
    )
    public PrintOptionsForm( 
       PrintInfo info,
       PrintStyle defaultStyle,
       PrintContextType printContext
    )

    Parameters

    info
    The C1.C1Schedule.Printing.PrintInfo object.
    defaultStyle
    The C1.C1Schedule.Printing.PrintStyle object which should be selected initially.
    printContext
    The C1.C1Schedule.Printing.PrintContextType value, determining the filter of styles which should be shown in a form.
    See Also