<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'imagick.deleteimageproperty.php',
    1 => 'Imagick::deleteImageProperty',
    2 => 'Exclui uma propriedade de imagem',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.deleteimageartifact.php',
    1 => 'Imagick::deleteImageArtifact',
  ),
  'next' => 
  array (
    0 => 'imagick.deskewimage.php',
    1 => 'Imagick::deskewImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/imagick/imagick/deleteimageproperty.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.deleteimageproperty" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::deleteImageProperty</h1>
  <p class="verinfo">(PECL imagick 3 &gt;= 3.3.0)</p><p class="refpurpose"><span class="refname">Imagick::deleteImageProperty</span> &mdash; <span class="dc-title">Exclui uma propriedade de imagem</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.deleteimageproperty-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::deleteImageProperty</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Exclui uma propriedade de imagem.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.deleteimageproperty-parameters">
  <h3 class="title">Parâmetros</h3>
  <dl>
   
    <dt><code class="parameter">name</code></dt>
    <dd>
     <p class="para">
      O nome da propriedade a ser excluída.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.deleteimageproperty-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   Retorna <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> em caso de sucesso.
  </p>
 </div>



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