The PrintSetup property indicates whether the print setup dialog is to display before printing. The default is False.
printfile.PrintSetup [=boolean]
Boolean. Gets or sets a boolean value indicating if the print setup dialog is to display before printing. Set True to display the setup dialog, otherwise False.
To set the PrintSetup property, click on the right side of the property and choose one of the options shown.
| Setting | Description |
|---|---|
| True | Display the printer setup dialog before printing. |
| False | (Default) Do not display the printer setup dialog before printing. |