<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'imagick.getpage.php',
    1 => 'Imagick::getPage',
    2 => 'Returns the page geometry',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getpackagename.php',
    1 => 'Imagick::getPackageName',
  ),
  'next' => 
  array (
    0 => 'imagick.getpixeliterator.php',
    1 => 'Imagick::getPixelIterator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getpage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getpage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getPage</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getPage</span> &mdash; <span class="dc-title">Returns the page geometry</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getpage-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Imagick::getPage</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Returns the page geometry associated with the Imagick object in
   an associative array with the keys &quot;width&quot;, &quot;height&quot;, &quot;x&quot;, and &quot;y&quot;.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getpage-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getpage-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns the page geometry associated with the Imagick object in
   an associative array with the keys &quot;width&quot;, &quot;height&quot;, &quot;x&quot;, and &quot;y&quot;,
   throwing ImagickException on error.
  </p>
 </div>


</div><?php manual_footer($setup); ?>