Destination.setFitR

Defines the appearance of a page to magnifying the page to fit a rectangle specified by left, bottom, right and top.

class Destination
HPDF_STATUS
setFitR
(
float left
,
float bottom
,
float right
,
float top
)

Parameters

left float

The left coordinates of the page.

bottom float

The bottom coordinates of the page.

right float

The right coordinates of the page.

top float

The top coordinates of the page.

Meta