Initializes a new instance of the GanttChartViewBaseDocumentPaginator class.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public GanttChartViewBaseDocumentPaginator(
	GanttChartViewBase control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As GanttChartViewBase _
)

Parameters

control
Type: DlhSoft.Windows.Controls..::.GanttChartViewBase
The GanttChartViewBase control instance to paginate contents of.

See Also