Overload | Description |
SelectPrinter(PrintPro) | Selects and returns the default printer. |
SelectPrinter(PrintPro,Boolean) | Selects a printer from the PrintPro workspace using the windows select printer dialog if ShowDialog is true, otherwise it selects the default printer. |
SelectPrinter(PrintPro,PrintRangeAvailable) | Selects a printer from the PrintPro workspace using the windows select printer dialog |
SelectPrinter(PrintPro,PrintRangeAvailable,PrintRangeSelection) | Selects a printer from the PrintPro workspace using the windows select printer dialog |
SelectPrinter(PrintPro,String) | Selects a printer from the PrintPro workspace by name. |
SelectPrinter(PrintPro,Boolean,Int32,Int32) | Selects a printer from the PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range the user is allowed to choose from if ShowDialog is true. |
SelectPrinter(PrintPro,Int32,Int32,PrintRangeAvailable) | Selects a printer from the PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range the user is allowed to choose from if ShowDialog is true. |
SelectPrinter(PrintPro,Int32,Int32,PrintRangeAvailable,PrintRangeSelection) | Selects a printer from the PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range the user is allowed to choose from if ShowDialog is true. |
SelectPrinter(PrintPro,Int32,Int32,Int32,Int32,PrintRangeAvailable) | Selects a printer from the PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range along with the default from and to values the user is allowed to choose from. |
SelectPrinter(PrintPro,Int32,Int32,Int32,Int32) | Selects a printer from the PrintPro workspace using the windows select printer dialog and setting the minimum and maximum page range along with the default from and to values the user is allowed to choose from. |