Name
page:CreateDestination -- create destination object
Synopsis
dst = page:CreateDestination()
Function
page:CreateDestination() creates a new destination object for the page.

Inputs
none

Results
dst
handle to a destination
Errors
#HPDF_INVALID_PAGE - An invalid page handle was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.


Show TOC