PHP Velho Oeste 2024

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 note add a note

User Contributed Notes

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