www.gnostice.com 

AddPageLevelLaunchAction

Top  Previous  Next

[This method is new in Gnostice eDocEngine ActiveX/.NET v2.0 Professional Edition]

 

The  CreatePageLevelLaunchAction method adds a page level launch action to the PDF document.

 

 

 

Syntax

 

 

[VC++]

void AddPageLevelLaunchAction(LPDISPATCH ActionType, long ActionTrigger, long PageNo);

 

[C#]

public abstract new void AddPageLevelLaunchAction ( eDocEngineX.gtAnnotLaunchActionX ActionType , eDocEngineX.TxgtPageActionTriggers ActionTrigger , System.Int32 PageNo )

 

[VB]

public abstract new void AddPageLevelJSAction ( eDocEngineX.gtAnnotJSActionX ActionType , eDocEngineX.TxgtPageActionTriggers ActionTrigger , System.Int32 PageNo )

 

 

See AddPageLevelLaunchAction example.