Initializes a new instance of the ChartViewBaseDocumentPaginator class.

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

Syntax

C#
public ChartViewBaseDocumentPaginator(
	ChartViewBase control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ChartViewBase _
)

Parameters

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

See Also