ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFAction Object > IGPDFAction Methods > GetDestination Method |
Gets the action's destination view. This only works for actions that contain a view destination - that is, actions whose type is GoTo. For named destinations, this method may return a basic string or name object. See Section 8.2.1 in the PDF Reference for more information on named destinations.
![]() |
Since this method may not return an explicit destination, use the IGPDFDestination.Resolve on the returned value to obtain an explicit destination. |
GetDestination() As IGPDFDestination
The action's destination, which may be either an explicit or named (basic string or name object). Use the IGPDFDestination.Resolve on this returned value to obtain an explicit destination.