SetGoToAction

Top  Previous  Next

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

 

The SetGoToAction method associates  the gtPDFGoToActionX object  with the "Action" property.

 

Syntax

 

 

[VC++]

void SetGoToAction(LPDISPATCH Action);

 

[CS]

public abstract new void SetGoToAction (IgtPDFGoToActionX Action )

 

[VB]

Sub SetGoToAction(Action As gtPDFGoToActionX)

       

 

 

 

Parameters

 

  Action

       specifies the GoTo action as gtPDFGoToActionX object.