Initializes a new instance of the ScheduleChartViewDocumentPaginator class.

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

Syntax

C#
public ScheduleChartViewDocumentPaginator(
	ScheduleChartView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ScheduleChartView _
)

Parameters

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

See Also