'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)
ReturnCode PrintScreen( PrintScreenOption option, int 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.