www.gnostice.com 

PrefShowSetupDialog

Top  Previous  Next

The PrefShowSetupDialog specifies whether to show the setup dialog or not.

 

 

 

Syntax

 

 

[VC++]

BOOL GetPrefShowSetupDialog();

void SetPrefShowSetupDialog(BOOL bNewValue);

 

[C#]

public abstract new bool PrefShowSetupDialog [  get,  set ]

 

[VB]

Property PrefShowSetupDialog As Boolean

 

 

 

 

 

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.