ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General API > IGPDFCtl Control > IGPDFCtl Methods > CreateActionFromDestination Method |
Creates a new action that takes the user to the specified destination view. This method can only be used for destinations in the same document as the source document. Cross-document links must be built up from the base level, populating the Action dictionary for the GotoR action as described in Section 8.5.3 in the PDF Reference.
CreateActionFromDestination(Document As IGPDFDoc, Destination
As IGPDFDestination) As IGPDFAction
Name | Description |
---|---|
Document | The document in which the action is created and used. |
Destination | The destination. |
The newly created IGPDFAction Object.