Пример #1
0
 /**
  * Sets a fill color, e.g. to be used by addCell to render the borders
  *
  * @param int $intR
  * @param int $intG
  * @param int $intB
  *
  * @return void
  */
 public function setDrawColor($intR, $intG, $intB)
 {
     $this->objPdf->SetDrawColor($intR, $intG, $intB);
 }