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(
	NetworkDiagramView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As NetworkDiagramView _
)

Parameters

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

See Also