Prints the content of the control.

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

Syntax

C#
public void Print(
	string description,
	Thickness margin,
	Pen border,
	Brush background
)
Visual Basic (Declaration)
Public Sub Print ( _
	description As String, _
	margin As Thickness, _
	border As Pen, _
	background As Brush _
)

Parameters

description
Type: System..::.String
A description of the job that is to be printed. This text appears in the user interface (UI) of the printer.
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.

Implements

IExportableControl..::.Print(String, Thickness, Pen, Brush)

See Also