Class: C128AObject (4.1.7)

From IHRIS Wiki
Revision as of 09:32, 23 August 2013 by Litlfred (talk | contribs) (Created page with "{{otherversions|Class: C128AObject}} This article describes the class ''C128AObject'' . *Extends the class: BarcodeObject. *Location: Part of the module [[TextLayout Tools Module...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This article describes the class C128AObject .

  • Author: Karim Mribti, Nicola Asuni
  • Since: 2001-03-25
  • Since: 2001-03-25

Code 128-A Barcode Render Class for PHP using the GD graphics library.
Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters. @name BarcodeObject @license http://www.gnu.org/copyleft/lesser.html LGPL Code 128-A Barcode Render Class for PHP using the GD graphics library.
Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters. @name BarcodeObject @license http://www.gnu.org/copyleft/lesser.html LGPL

Methods

DrawCheckChar()

Draws the check-char code.

DrawObject()

Draws the barcode object.

DrawStart()

Draws the start code.

DrawStop()

Draws the stop code.

GetBarSize()

Returns the bar size.

GetCharIndex()

Returns the character index.

GetCheckCharValue()

Returns the check-char value.

GetSize()

Returns barcode size.

__construct()

Class Constructor.