Destination.setXYZ

Defines the appearance of a page with three parameters which are left, top and zoom.

class Destination
HPDF_STATUS
setXYZ
(
float left
,
float top
,
float zoom
)

Parameters

left float

The left coordinates of the page.

top float

The top coordinates of the page.

zoom float

The page magnified factor. The value must be between 0.08(8%) to 32(%).

Meta