Programming with Reflection
Print method
Syntax object.Print Range, [Copies]
Note: This method is not available for use in Reflection Visual Basic macros; use PrintScreen. Use this method only if you are working with Reflection Basic scripts.
Prints the contents of display memory. If the ClosePrinterManually property is True, calling the FlushPrinter method before and after each call to the Print method is recommended. This way, each job starts on a new page.
Range Argument Type: Enumeration
Required
The possible values are:
rcSelection
Prints the current selection.
rcScreen
Prints the current screen in display memory.
rcAll
Prints all of display memory (including the current screen).
Copies Argument Type: Integer
Optional
Specifies the number of copies to print. If this argument is omitted, one copy is printed.