Class: I25Object (4.0.9)
From IHRIS Wiki
For other versions, see Class: I25Object (versions) .
This article describes the class I25Object .
- Extends the class: BarcodeObject.
- Location: Part of the module tcpdf in the package TextLayout Tools 4.0.9-release
- Source: Defined in the file modules/tcpdf/tcpdf/barcode/i25object.php on line 48
- Author: Karim Mribti, Nicola Asuni
- Author: Karim Mribti, Nicola Asuni
- Since: 2001-03-25
- Since: 2001-03-25
I25 Barcode Render Class for PHP using the GD graphics library.<br< Interleaved 2 of 5 is a numeric only bar code with a optional check number. @name BarcodeObject @license http://www.gnu.org/copyleft/lesser.html LGPL I25 Barcode Render Class for PHP using the GD graphics library.<br< Interleaved 2 of 5 is a numeric only bar code with a optional check number. @name BarcodeObject @license http://www.gnu.org/copyleft/lesser.html LGPL
Methods
DrawObject()
Draws the barcode object.
- Defined in textlayout/modules/tcpdf/tcpdf/barcode/i25object.php on line 164
- Signature: public function DrawObject($xres)
- Parameters:
- int $xres
Horizontal resolution.
- int $xres
- Returns: bool
true in case of success.
DrawStart()
Draws the start code.
- Defined in textlayout/modules/tcpdf/tcpdf/barcode/i25object.php on line 129
- Signature: private function DrawStart($DrawPos,$yPos,$ySize,$xres)
- Parameters:
- Returns: int
drawing position. @access private
DrawStop()
Draws the stop code.
- Defined in textlayout/modules/tcpdf/tcpdf/barcode/i25object.php on line 149
- Signature: private function DrawStop($DrawPos,$yPos,$ySize,$xres)
- Parameters:
- Returns: int
drawing position. @access private
GetSize()
Returns barcode size.
- Defined in textlayout/modules/tcpdf/tcpdf/barcode/i25object.php on line 80
- Signature: private function GetSize($xres)
- Parameters:
- int $xres
Horizontal resolution.
- int $xres
- Returns: barcode
size. @access private
__construct()
Class Constructor.
- Defined in textlayout/modules/tcpdf/tcpdf/barcode/i25object.php on line 57
- Signature: public function __construct($Width,$Height,$Style,$Value)
- Parameters: