haru
HaruDestination::setFit
haru
PHP Manual
The HaruDestination class
Introduction
Haru PDF Destination Class.
Class synopsis
HaruDestination
HaruDestination
{
/* Methods */
bool
HaruDestination::setFit
(
void
)
bool
HaruDestination::setFitB
(
void
)
bool
HaruDestination::setFitBH
(
float
$top
)
bool
HaruDestination::setFitBV
(
float
$left
)
bool
HaruDestination::setFitH
(
float
$top
)
bool
HaruDestination::setFitR
(
float
$left
,
float
$bottom
,
float
$right
,
float
$top
)
bool
HaruDestination::setFitV
(
float
$left
)
bool
HaruDestination::setXYZ
(
float
$left
,
float
$top
,
float
$zoom
)
}
Table of Contents
HaruDestination::setFit
— Set the appearance of the page to fit the window
HaruDestination::setFitB
— Set the appearance of the page to fit the bounding box of the page within the window
HaruDestination::setFitBH
— Set the appearance of the page to fit the width of the bounding box
HaruDestination::setFitBV
— Set the appearance of the page to fit the height of the boudning box
HaruDestination::setFitH
— Set the appearance of the page to fit the window width
HaruDestination::setFitR
— Set the appearance of the page to fit the specified rectangle
HaruDestination::setFitV
— Set the appearance of the page to fit the window height
HaruDestination::setXYZ
— Set the appearance of the page
haru
HaruDestination::setFit
haru
PHP Manual