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

Imagick::getPage()

Imagick::getPage - Returns the page geometry

Syntax

array Imagick::getPage ()

Arguments

-

Description

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y".

Version

PHP PECL imagick 2.0.0

Return value

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error.