Home > PHP > Function > > Imagick::setPage()

Imagick::setPage()

Imagick::setPage - Sets the page geometry of the Imagick object

Syntax

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

Arguments

  • width
  • height
  • x
  • y

Description

Sets the page geometry of the Imagick object.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.