getBreakMargin(); // get current auto-page-break mode $auto_page_break = $this->AutoPageBreak; // disable auto-page-break $this->SetAutoPageBreak(false, 0); // set bacground image $this->Rect(0,0,210,297,'F','',$fill_color = array(18, 18, 15)); // restore auto-page-break status $this->SetAutoPageBreak($auto_page_break, $bMargin); // set the starting point for the page content $this->setPageMark(); $this->SetTextColorArray(array(255, 255, 255)); } } ?>