Prints the current display.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Print(
	bool showDialog,
	string printerName,
	GwxRuntimeViewControl..::..PrintAreaOptions printArea,
	bool printWithWhiteBackground
)
Visual Basic
Public Sub Print ( _
	showDialog As Boolean, _
	printerName As String, _
	printArea As GwxRuntimeViewControl..::..PrintAreaOptions, _
	printWithWhiteBackground As Boolean _
)
JScript
public function Print(
	showDialog : boolean, 
	printerName : String, 
	printArea : GwxRuntimeViewControl..::..PrintAreaOptions, 
	printWithWhiteBackground : boolean
)

Parameters

showDialog
Type: System..::..Boolean
True to show the Print Dialog prior to printing, false to immediately print.
printerName
Type: System..::..String
The name of the printer to print to. Null for unspecified (default printer).
printArea
Type: Ico.Gwx..::..GwxRuntimeViewControl..::..PrintAreaOptions
The area to print: current view, or entire display.
printWithWhiteBackground
Type: System..::..Boolean
True to make the background color white for printing. False to print with the configured background color.

See Also