RemoveExistingPageActions

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

The RemoveExistingPageActions method is called to remove an existing document actions for the specified trigger type.

 

 

Syntax

[VC++]

void RemoveExistingPageActions(long APageNo, long ATriggerType);

 

[CS]

public abstract new void RemoveExistingPageActions (  Int32 APageNo ,  TxgtPageActionTriggers ATriggerType )

 

[VB]

Sub RemoveExistingPageActions(APageNo As Long, ATriggerType As TxgtPageActionTriggers)

 

 

Parameter

 

       ATriggerType

               specifies the trigger types which are to be removed. It can take any one of the values from                TxgtPageActionTriggers enumeration.

 

Value

Meaning

aatBeforePageOpen

Action gets invoked before a page is opened.

aatAfterPageClose

Action gets invoked after the page is closed.