Accusoft.PrintPro7.Net
SelectPrinter(PrintPro,Boolean,Int32,Int32) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Printer Class > SelectPrinter Method : SelectPrinter(PrintPro,Boolean,Int32,Int32) Method




printProWorkspace
A PrintPro workspace.
showDialog
A boolean value which determines whether or not to show the select printer dialog
minPage
An integer value which represents if ShowDialog is true, this is the minimum available page range the user is allowed to select from in the print dialog. If ShowDialog is false, this is the starting page number for the printer and subsequent print jobs with it.
maxPage
If ShowDialog is true, this is the maximum available page range the user is allowed to select from in the print dialog. If ShowDialog is false, this is the ending page number for the printer and subsequent print jobs with it.

Glossary Item Box

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.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

printProWorkspace
A PrintPro workspace.
showDialog
A boolean value which determines whether or not to show the select printer dialog
minPage
An integer value which represents if ShowDialog is true, this is the minimum available page range the user is allowed to select from in the print dialog. If ShowDialog is false, this is the starting page number for the printer and subsequent print jobs with it.
maxPage
If ShowDialog is true, this is the maximum available page range the user is allowed to select from in the print dialog. If ShowDialog is false, this is the ending page number for the printer and subsequent print jobs with it.

Return Value

The printer that was selected

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.