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: 6.0.8219.1880
Syntax
public bool PrintScreen(
	string description = null
)

Parameters

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

Return Value

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