Imagick::setPage
PHP Manual
PHP Manual»Imagick»Imagick::setPage

Imagick::setPage

(PECL imagick 2, PECL imagick 3)

Imagick::setPageSets the page geometry of the Imagick object

Опис

public function Imagick::setPage(
    int $width,
    int $height,
    int $x,
    int $y
): bool

Sets the page geometry of the Imagick object.

Параметри

width

height

x

y

Значення, що повертаються

Повертає true в разі успіху.

To Top