Creates a new action that takes the user to the specified destination view.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_action_create_destination( HIG_PDF_DOC hDoc, HIG_PDF_DESTINATION hDest, LPHIG_PDF_ACTION lphAction ); |
Name | Type | Description |
---|---|---|
hDoc | HIG_PDF_DOC | The document in which the action is created and used. |
hDest | HIG_PDF_DESTINATION | The destination. |
lphAction | LPHIG_PDF_ACTION | The newly created action object. |
Error count.
This function does not process image pixels.
This function 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.