Gets the necessary vertical page count for exporting the content considering the specified page size.

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

Syntax

C#
public int GetExportVerticalLength(
	Size pageSize
)
Visual Basic (Declaration)
Public Function GetExportVerticalLength ( _
	pageSize As Size _
) As Integer

Parameters

pageSize
Type: System.Windows..::.Size
The page size to consider for splitting the control content on.

Return Value

The export vertical page count.

See Also