1269. Class

1269.1. Zend\Barcode\Object\Code39

Class for generate Code39 barcode

1269.1.1. Methods

1269.1.1.1. checkSpecificParams

checkSpecificParams()

Partial check of Code39 barcode

Return type:void

1269.1.1.2. calculateBarcodeWidth

calculateBarcodeWidth()

Width of the barcode (in pixels)

Return type:int

1269.1.1.3. setText

setText()

Set text to encode

Parameters:string
Return type:Code39

1269.1.1.4. getText

getText()

Retrieve text to display

Return type:string

1269.1.1.5. getTextToDisplay

getTextToDisplay()

Retrieve text to display

Return type:string

1269.1.1.6. prepareBarcode

prepareBarcode()

Prepare array to draw barcode

Return type:array

1269.1.1.7. getChecksum

getChecksum()

Get barcode checksum

Parameters:string
Return type:int