PHP 7.0.6 Released

HaruPage::setHorizontalScaling

(PECL haru >= 0.0.1)

HaruPage::setHorizontalScalingSet horizontal scaling for the page

Description

bool HaruPage::setHorizontalScaling ( float $scaling )

Set the horizontal scaling for the page.

Parameters

scaling

The horizontal scaling for text showing on the page. The initial value is 100.

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.

See Also

User Contributed Notes

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