PEEL Shopping
Open source ecommerce : PEEL Shopping
Data Structures | Namespaces | Variables
datamatrix.php File Reference

Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. More...

Go to the source code of this file.

Data Structures

class  Datamatrix
 Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. More...
 

Namespaces

 com\tecnick\tcpdf
 TCPDF language file (contains translated texts).
 

Variables

const ENC_ASCII (!defined('DATAMATRIXDEFS')) 0
 ASCII encoding: ASCII character 0 to 127 (1 byte per CW) More...
 
const ENC_C40 1
 C40 encoding: Upper-case alphanumeric (3/2 bytes per CW) More...
 
const ENC_TXT 2
 TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW) More...
 
const ENC_X12 3
 X12 encoding: ANSI X12 (3/2 byte per CW) More...
 
const ENC_EDF 4
 EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW) More...
 
const ENC_BASE256 5
 BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW) More...
 
const ENC_ASCII_EXT 6
 ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW) More...
 
const ENC_ASCII_NUM 7
 ASCII number encoding: ASCII digits (2 bytes per CW) More...
 

Detailed Description

Class to create DataMatrix ECC 200 barcode arrays for TCPDF class.

DataMatrix (ISO/IEC 16022:2006) is a 2-dimensional bar code.

Definition in file datamatrix.php.

Variable Documentation

const ENC_ASCII(!defined('DATAMATRIXDEFS')) 0

ASCII encoding: ASCII character 0 to 127 (1 byte per CW)

Definition at line 64 of file datamatrix.php.

const ENC_ASCII_EXT 6

ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)

Definition at line 94 of file datamatrix.php.

const ENC_ASCII_NUM 7

ASCII number encoding: ASCII digits (2 bytes per CW)

Definition at line 99 of file datamatrix.php.

const ENC_BASE256 5

BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)

Definition at line 89 of file datamatrix.php.

const ENC_C40 1

C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)

Definition at line 69 of file datamatrix.php.

const ENC_EDF 4

EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)

Definition at line 84 of file datamatrix.php.

const ENC_TXT 2

TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)

Definition at line 74 of file datamatrix.php.

const ENC_X12 3

X12 encoding: ANSI X12 (3/2 byte per CW)

Definition at line 79 of file datamatrix.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.