IG_PDF_action_get_destination
Gets an action's destination view.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_PDF_action_get_destination(
HIG_PDF_ACTION hAction,
LPHIG_PDF_DESTINATION lphDest
);
|
Arguments:
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
This only works for actions that contain a view destination - that is, actions whose type is GoTo. For named destinations, this function 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 function may not return an explicit destination, use the
IG_PDF_destination_resolve on the returned value to obtain an explicit destination.