parent root
PHP: HaruDestination - Manual
PHP 7.2.23 Release Announcement

The HaruDestination class

(PECL haru >= 0.0.1)

Introduction

Haru PDF Destination Class.

Class synopsis

HaruDestination {
/* Methods */
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 ) : bool
}

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root