Esempio n. 1
0
 /**
  * Object constructor.
  */
 public function __construct()
 {
     parent::__construct('');
     $this->_resource->dictionary->Type = new InternalType\NameObject('XObject');
     $this->_resource->dictionary->Subtype = new InternalType\NameObject('Image');
 }
Esempio n. 2
0
 /**
  * Object constructor.
  *
  */
 public function __construct()
 {
     parent::__construct(new InternalType\DictionaryObject());
     $this->_resource->Type = new InternalType\NameObject('Font');
 }