Example #1
0
 /**
  * Returns the current page number formatted as a string.
  * @public
  * @since 4.2.005 (2008-11-06)
  * @see PaneNo(), formatPageNumber()
  */
 public function PageNoFormatted()
 {
     return TCPDF_STATIC::formatPageNumber($this->PageNo());
 }