IPrinting Interface Methods
In This Topic
For a list of all members of this type, see IPrinting members.
Public Methods
| Name | Description |
 | FlushPrinter | Flushes Reflection's printer output buffers, sending any pending data to the printer and issuing a page eject command. This method only affects data sent to the printer when ClosePrinterManually is True. Only data from Reflection "print events" (such as logging or printing a copy of display memory) is affected. Data sent to the printer programmatically (for example, using the PrintScreen method) is not affected. |
 | Print | Print all or part of the screen. |
 | PrintFile | Print a file. |
 | PrintString | Print a string. |
Top
See Also