CreatePDFGoToAction

Top  Previous  Next

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

 

The CreatePDFGoToAction creates and returns an instance of type gtPDFGoToActionX.

 

Syntax

 

 

[VC++]

CgtPDFGoToActionX  CreatePDFGoToAction ();

 

[CS]

public abstract new IgtPDFGoToActionX CreatePDFGoToAction (  )

 

[VB]

Function CreatePDFGoToAction() As gtPDFGoToActionX

 

 

 

Result Types

 

Returns the object of class gtPDFGoToActionX.

 

 

Remarks

 

The gtPDFGoToActionX object  can be passed to SetGoToAction () in the gtPDFOutlineX class, setPagelevelGotoAction() in the gtPDFDocumentX class and SetGoToAction() in the gtPDFDocumentLevelActionX class to perform GoTo actions on  respective document levels.