www.gnostice.com 

AbortCreation

Top  Previous  Next

[This property is new in Gnostice eDocEngine ActiveX/.NET v2.0]

 

The AbortCreation property is used to stop processing of the document at runtime. But the stopping occurs only after the completion of the current page.

 

Syntax

 

 

C++]

BOOL GetAbortCreation();

void SetAbortCreation(BOOL bNewValue);

 

[C#]

public abstract new bool AbortCreation [  get,  set ]

 

[VB]

Property AbortCreation As Boolean