Name
outline:SetDestination -- set destination object
Synopsis
status = outline:SetDestination(dst)
Function
outline:SetDestination() sets a destination object which becomes a target to jump to when the outline is clicked.

Inputs
dst
specify the handle of an destination object
Results
status
status code
Errors
#HPDF_INVALID_OUTLINE - An invalid outline handle was set.

#HPDF_INVALID_DESTINATION - An invalid destination handle was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.


Show TOC