22 #require_once 'Zend/Pdf/Canvas/Abstract.php'; 59 'ExtGState' => array());
69 $this->_width = $width;
70 $this->_height = $height;
80 $this->_procset[$procSetName] = 1;
99 foreach ($this->_resources[
$type] as $resName => $collectedResObject) {
100 if ($collectedResObject === $resObject) {
107 $newResName =
$type[0] . $idCounter++;
108 }
while (isset($this->_resources[
$type][$newResName]));
110 $this->_resources[
$type][$newResName] = $resObject;
146 $this->_resources[
'ProcSet'] = array_keys($this->_procSet);
__construct($width, $height)
_attachResource($type, Zend_Pdf_Resource $resource)
_addProcSet($procSetName)