www.gnostice.com 

PrefCalculateVariables

Top  Previous  Next

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

 

By setting this property to 'True' the variables gets replaced with their place holders using OnCalcVariables event.

 

Syntax

 

 

[VC++]

BOOL GetPrefCalculateVariables();

void SetPrefCalculateVariables(BOOL bNewValue);

 

[C#]

public abstract new bool PrefCalculateVariables [  get,  set ]

 

[VB]

Property PrefCalculateVariables As Boolean

 

 

 

See Example