Click or drag to resize

HaoTermPrintScreen Method

Prints the current screen using the settings from PageSetupPrintScreen.

Namespace:  Flex.Hal.Term
Assembly:  Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax
public bool PrintScreen(
	string description = null
)

Parameters

description (Optional)
Type: SystemString
A description of the job that is to be printed. This text appears in the user interface (UI) of the printer.

Return Value

Type: Boolean
True if print succeeds or cancelled by user; otherwise, false.
See Also