Gets a set of paged bitmap sources representing the headered content of the control.

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

Syntax

C#
public BitmapSource[,] GetExportBitmapSources(
	Size pageSize
)
Visual Basic (Declaration)
Public Function GetExportBitmapSources ( _
	pageSize As Size _
) As BitmapSource(,)

Parameters

pageSize
Type: System.Windows..::.Size
The page size to consider.

Return Value

A set of paged bitmap source representing the headered content of the control.

See Also