The Imagick class
PHP Manual

Imagick::getPage

(No version information available, might be only in CVS)

Imagick::getPageReturns the page geometry

Opis

array Imagick::getPage ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Zwracane wartości

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.


The Imagick class
PHP Manual