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

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

Syntax

C#
public BitmapSource[,] GetExportBitmapSources(
	Size pageSize,
	Thickness margin,
	Pen border,
	Brush background
)
Visual Basic (Declaration)
Public Function GetExportBitmapSources ( _
	pageSize As Size, _
	margin As Thickness, _
	border As Pen, _
	background As Brush _
) As BitmapSource(,)

Parameters

pageSize
Type: System.Windows..::.Size
The page size to consider.
margin
Type: System.Windows..::.Thickness
The margin to use.
border
Type: System.Windows.Media..::.Pen
The border to use.
background
Type: System.Windows.Media..::.Brush
The background to use.

Return Value

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

Implements

IExportableControl..::.GetExportBitmapSources(Size, Thickness, Pen, Brush)

See Also