Initializes a new instance of the LoadChartViewDocumentPaginator class.

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

Syntax

C#
public LoadChartViewDocumentPaginator(
	LoadChartView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As LoadChartView _
)

Parameters

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

See Also