www.gnostice.com 

BeforePrint

Top  Previous  Next

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

 

The BeforePrint property is used to  specify a JavaScript action to be performed before printing a document.

 

Syntax

 

 

[VC++]

CString GetBeforePrint();

void SetBeforePrint(LPCTSTR lpszNewValue);

 

[C#]

public abstract new string BeforePrint [  get,  set ]

 

[VB]

Property BeforePrint As CString