Accusoft.PrintProSdk Namespace > Printer Class > SelectPrinter Method : SelectPrinter(PrintPro,Boolean,Int32,Int32) Method |
'Declaration Public Overloads Shared Function SelectPrinter( _ ByVal printProWorkspace As PrintPro, _ ByVal showDialog As Boolean, _ ByVal minPage As Integer, _ ByVal maxPage As Integer _ ) As Printer
'Usage Dim printProWorkspace As PrintPro Dim showDialog As Boolean Dim minPage As Integer Dim maxPage As Integer Dim value As Printer value = Printer.SelectPrinter(printProWorkspace, showDialog, minPage, maxPage)
public static Printer SelectPrinter( PrintPro printProWorkspace, bool showDialog, int minPage, int maxPage )
public: static Printer* SelectPrinter( PrintPro* printProWorkspace, bool showDialog, int minPage, int maxPage )
public: static Printer^ SelectPrinter( PrintPro^ printProWorkspace, bool showDialog, int minPage, int maxPage )
Note:If ShowDialog is false, MinPage and MaxPage are used for the print from and print to range. The dialog if shown has pages as the default range selection.