www.gnostice.com 

PrefOpenAfterCreate

Top  Previous  Next

The PrefOpenAfterCreate property specifies whether to open the document after creation or not.

 

 

 

 

Syntax

 

 

[VC++]

BOOL GetPrefOpenAfterCreate();

void SetPrefOpenAfterCreate(BOOL bNewValue);

 

[C#]

public abstract new bool PrefOpenAfterCreate [  get,  set ]

 

[VB]

Property PrefOpenAfterCreate As Boolean

 

 

 

 

 

 

Remarks

 

 

Use this property to open the generated document using the default viewer. For example, if PDF Engine is used to create a .pdf file, the document is opened in Adobe Acrobat Reader (provided it is the default viewer for PDF files) after it is created.

 

 

 

 

Note

 

 

round bullet While developing in ASP, set this property to "false".

 

 

round bullet This facility will NOT work if PrefOutputToMemory is set to "true".

 

 

 

 

Default Value

 

 

True