1268. Class

1268.1. Zend\Barcode\Object\Code25interleaved

Class for generate Interleaved 2 of 5 barcode

1268.1.1. Methods

1268.1.1.1. getDefaultOptions

getDefaultOptions()

Default options for Code25interleaved barcode

Return type:void

1268.1.1.2. setWithBearerBars

setWithBearerBars()

Activate/deactivate drawing of bearer bars

Parameters:bool
Return type:Code25

1268.1.1.3. getWithBearerBars

getWithBearerBars()

Retrieve if bearer bars are enabled

Return type:bool

1268.1.1.4. calculateBarcodeWidth

calculateBarcodeWidth()

Width of the barcode (in pixels)

Return type:integer

1268.1.1.5. prepareBarcode

prepareBarcode()

Prepare array to draw barcode

Return type:array

1268.1.1.6. postDrawBarcode

postDrawBarcode()

Drawing of bearer bars (if enabled)

Return type:void