HaruAnnotation::setOpened
HaruDestination::setFit
haru
PHP Manual
Класс HaruDestination
(PECL haru >= 0.0.1)
Введение
Класс Haru PDF Destination.
Обзор классов
HaruDestination
{
/* Методы */
bool
setFit
(
void
)
bool
setFitB
(
void
)
bool
setFitBH
(
float
$top
)
bool
setFitBV
(
float
$left
)
bool
setFitH
(
float
$top
)
bool
setFitR
(
float
$left
,
float
$bottom
,
float
$right
,
float
$top
)
bool
setFitV
(
float
$left
)
bool
setXYZ
(
float
$left
,
float
$top
,
float
$zoom
)
}
Содержание
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
HaruAnnotation::setOpened
HaruDestination::setFit
haru
PHP Manual