GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PrintManager Class / Print Method / Print(C1GanttView,PrintType) Method
The C1GanttView object.
The PrintType object to print.

In This Topic
    Print(C1GanttView,PrintType) Method
    In This Topic
    Sends the specified printing style to the printer.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal view As C1GanttView, _
       ByVal type As PrintType _
    ) 
    public void Print( 
       C1GanttView view,
       PrintType type
    )

    Parameters

    view
    The C1GanttView object.
    type
    The PrintType object to print.
    See Also