IG_PDF_destination_resolve
Resolves a destination.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_PDF_destination_resolve(
HIG_PDF_DESTINATION hDest,
HIG_PDF_DOC hDoc,
LPHIG_PDF_DESTINATION lphResolvedDest
);
|
Arguments:
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
hDest is the value of the D key in an action. It can be a real destination (an array) or a name. If it is a name, look it up in hDoc's Dests dictionary. The value found there can be a real destination (an array) or a dictionary. If it's a dictionary, look up the D key in that dictionary. This function is useful for getting an explicit view destination from an action.