Gets a set of paged drawing visuals 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 DrawingVisual[,] GetExportDrawingVisuals(
	Size pageSize
)
Visual Basic (Declaration)
Public Function GetExportDrawingVisuals ( _
	pageSize As Size _
) As DrawingVisual(,)

Parameters

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

Return Value

A set of drawing visuals representing the headered content of the control.

See Also