HaoTermPrintScreen Method |
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
)
Public Function PrintScreen (
Optional description As String = Nothing
) As Boolean
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:
BooleanTrue if print succeeds or cancelled by user; otherwise, false.
See Also