| com-tecnick-tcpdf | 
| [ class tree: com-tecnick-tcpdf ] [ index: com-tecnick-tcpdf ] [ all elements ] | 
| 
      Packages: com-tecnick-tcpdf Files: 
					2dbarcodes.php
		 barcodes.php htmlcolors.php pdf417.php qrcode.php tcpdf.php tcpdf_config.php unicode_data.php Classes:  | 
    
      
 
 
 [ Top ] $rsfactors = array(
	 | 
  
| var: | of the Reed-Solomon polynomial equations used for error correction; one sub array for each correction level (0-8) | 
| access: | protected | 
| Type: | Factors | 
[line 116]
| var: | pattern | 
| access: | protected | 
| Type: | start | 
[line 122]
| var: | pattern | 
| access: | protected | 
| Type: | start | 
[line 139]
| var: | codes for Text Compaction Sub-Modes | 
| access: | protected | 
| Type: | Switching | 
[line 128]
| var: | Compaction Sub-Modes (values 0xFB - 0xFF are used for submode changers) | 
| access: | protected | 
| Type: | Text | 
    
  | 
Creates a PDF417 object
| access: | public | 
| string | $code | code to represent using PDF417 | 
| int | $ecl | error correction level (0-8); default -1 = automatic correction level | 
| float | $aspectratio | the width to height of the symbol (excluding quiet zones) òparam array $macro information for macro block | 
| $macro | 
    
  | 
| return: | barcode array readable by TCPDF; | 
| access: | public | 
    
  | 
| return: | of codewords | 
| access: | protected | 
| int | $mode | compaction mode number | 
| string | $code | data to compact | 
| boolean | $addmode | if true add the mode codeword at first position | 
    
  | 
| return: | of error correction codewords | 
| access: | protected | 
| array | $cw | array of codewords including Symbol Lenght Descriptor and pad | 
| int | $ecl | error correction level 0-8 | 
    
  | 
| return: | error correction level | 
| access: | protected | 
| int | $ecl | error correction level | 
| int | $numcw | number of data codewords | 
    
  | 
| return: | array containing characters and classification | 
| access: | protected | 
| string | $code | code |