Initializes a new instance of the DocumentPaginator class.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public DocumentPaginator(
	PertChartView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As PertChartView _
)

Parameters

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

See Also