Forum und email

cpdf_set_horiz_scaling

(PHP 4, PHP 5 <= 5.0.5)

cpdf_set_horiz_scaling — テキストの水平方向の倍率を設定する

説明

bool cpdf_set_horiz_scaling ( int $pdf_document , float $scale )

水平方向の倍率を scale パーセントに設定します。

パラメータ

pdf_document

cpdf_open() が返す、ドキュメントのハンドル。

scale

設定する倍率。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。