Reflection
PrintScreen Method


Print option. See PrintScreenOption for more information.
The number of copies. The range for this argument is 1-99.
Prints the selected text or the entire terminal screen.
Syntax
'Declaration
 
Function PrintScreen( _
   ByVal option As PrintScreenOption, _
   ByVal copies As Integer _
) As ReturnCode
'Usage
 
Dim instance As IPrintOptions
Dim option As PrintScreenOption
Dim copies As Integer
Dim value As ReturnCode
 
value = instance.PrintScreen(option, copies)

Parameters

option
Print option. See PrintScreenOption for more information.
copies
The number of copies. The range for this argument is 1-99.

Return Value

Method return code.
See Also