LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The HaruDestination class
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