The HaruDestination class

(PECL haru >= 0.0.1)

簡介

Haru PDF Destination Class.

類別摘要

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 )
}

Table of Contents

add a note add a note

User Contributed Notes

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