www.gnostice.com 

AfterPrint

Top  Previous  Next

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

 

The AfterPrint property  is used to specify a JavaScript action to be performed after printing a document.

 

Syntax

 

 

[VC++]

CString GetAfterPrint();

void SetAfterPrint(LPCTSTR lpszNewValue);

 

[C#]

public abstract new string AfterPrint [  get,  set ]

 

[VB]

Property AfterPrint As CString