Gets the DocumentPage for the specified page number.

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

Syntax

C#
public override DocumentPage GetPage(
	int pageNumber
)
Visual Basic (Declaration)
Public Overrides Function GetPage ( _
	pageNumber As Integer _
) As DocumentPage

Parameters

pageNumber
Type: System..::.Int32
The zero-based page number of the document page that is needed.

Return Value

The DocumentPage for the specified page number, or DocumentPage.Missing if the page does not exist.

See Also