<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.wkhtmltox.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'class.wkhtmltox-pdf-object.php',
    1 => 'wkhtmltox\\PDF\\Object',
    2 => 'The wkhtmltox\\PDF\\Object class',
  ),
  'up' => 
  array (
    0 => 'book.wkhtmltox.php',
    1 => 'wkhtmltox',
  ),
  'prev' => 
  array (
    0 => 'wkhtmltox-pdf-converter.getversion.php',
    1 => 'wkhtmltox\\PDF\\Converter::getVersion',
  ),
  'next' => 
  array (
    0 => 'wkhtmltox-pdf-object.construct.php',
    1 => 'wkhtmltox\\PDF\\Object::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/wkhtmltox/wkhtmltox.pdf.object.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.wkhtmltox-pdf-object.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.wkhtmltox-pdf-object" class="reference">

 <h1 class="title">The wkhtmltox\PDF\Object class</h1>
 

 <div class="partintro"><p class="verinfo">(wkhtmltox &gt;= 0.1.0)</p>


  <div class="section" id="wkhtmltox-pdf-object.intro">
   <h2 class="title">はじめに</h2>
   <p class="para">
    Represents an HTML document, input to PDF converter
   </p>
  </div>


  <div class="section" id="wkhtmltox-pdf-object.synopsis">
   <h2 class="title">クラス概要</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">wkhtmltox\PDF\Object</strong>
     </span>
     {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constructor */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="wkhtmltox-pdf-object.construct.php" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$buffer</code></span>, <span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$settings</code><span class="initializer"> = ?</span></span>)</div>

    
   
   }</div>


  </div>

 </div>

 







<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="wkhtmltox-pdf-object.construct.php">wkhtmltox\PDF\Object::__construct</a> — Create a new PDF Object</li></ul>
</div>
<?php manual_footer($setup); ?>