www.gnostice.com 

AddRemoteGotoAction

Top  Previous  Next

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

 

The  AddRemoteGotoAction method adds Remote GoTo action on the specified page.

 

Syntax

 

 

[VC++]

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

 

[C#]

public abstract new void  AddPageLevelRemoteGotoAction( LPDISPATCH ActionType, long ActionTrigger,long PageNo)                

 

[VB]

Sub AddPageLevelRemoteGotoAction(ActionType As LPDISPATCH, ActionTrigger As Long,PageNo As long)

 

 

 

 

 

Parameters

       ActionType

               Specifies the type of action to be action.

 

 

       ActionTrigger

               Specifies the triggers associated with action.

 

       PageNo

               Specifies the page number to which action is to be added.