Gets the necessary horizontal 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 GetExportHorizontalLength(
	Size pageSize
)
Visual Basic (Declaration)
Public Function GetExportHorizontalLength ( _
	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 horizontal page count.

See Also