|
PrefShowSetupDialog |
Top Previous Next |
|
The PrefShowSetupDialog specifies whether to show the setup dialog or not.
Syntax
Remarks
The PrefShowSetupDialog property determines whether to show the setup dialog or not. The setup dialog is displayed on calling BeginDoc, i.e., just before the document generation process is started. This dialog allows users to set various properties related to the document.
Note
While developing in ASP, this property should be set to false, as dialogs cannot be displayed through browsers.
|