ComponentOne GanttView for WPF
Print(C1GanttView,PrintType) Method

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > PrintManager Class > Print Method : Print(C1GanttView,PrintType) Method
The C1GanttView object.
The PrintType object to print.
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

Reference

PrintManager Class
PrintManager Members
Overload List