Selects one of the printers installed on the system.
| Visual Basic |
|---|
Public Sub SelectPrinter( _ ByVal PrinterNum As Long _ ) |
- PrinterNum
- A long value which represents the printer number. Valid values are 1 to NumPrinters.
The PrintPRO control, by default, selects the system default printer. Use the SelectPrinter method to select any printer installed on the system.