HaoTermPrintScreen Method |
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax public bool PrintScreen(
string description = null
)
Public Function PrintScreen (
Optional description As String = Nothing
) As Boolean
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
BooleanTrue if print succeeds or cancelled by user; otherwise, false.
See Also