Esempio n. 1
0
 /**
  * @param string $strTitle
  * @param int $intLevel
  * @return void
  */
 public function addBookmark($strTitle, $intLevel = 0)
 {
     $this->objPdf->Bookmark($strTitle, $intLevel);
 }