Initializes a new instance of the TaskGanttChartViewBaseDocumentPaginator class.

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

Syntax

C#
public TaskGanttChartViewBaseDocumentPaginator(
	TaskGanttChartViewBase control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As TaskGanttChartViewBase _
)

Parameters

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

See Also