PHP 8.3.4 Released!

Imagick::setPage

(PECL imagick 2, PECL imagick 3)

Imagick::setPageУстанавливает геометрию страницы объекта Imagick

Описание

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

Устанавливает геометрию страницы объекта Imagick.

Список параметров

width

height

x

y

Возвращаемые значения

В случае успешной работы возвращает true.

add a note

User Contributed Notes

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