Name
dest:SetXYZ -- define page appearance
Synopsis
status = dest:SetXYZ(left, top, zoom)
Function
dest:SetXYZ() defines the appearance of a page with three parameters which are left, top and zoom.

Inputs
left
the left coordinates of the page
top
the top coordinates of the page
zoom
the page magnified factor; this value must be between 0.08(8%) to 32(3200%)
Results
status
status code
Errors
#HPDF_INVALID_DESTINATION - An invalid destination handle was set.

#HPDF_INVALID_PARAMETER - An invalid value was set at either left, top or zoom parameter.


Show TOC