IBarcodeGenerator class

IBarcodeGenerator class

Public interface for barcode custom generator. Implementation should be provided by user.

Remarks

Generator instance should be passed through the FieldOptions.barcode_generator property.

Methods

NameDescription
get_barcode_image(parameters)Generate barcode image using the set of parameters (for DisplayBarcode field).
get_old_barcode_image(parameters)Generate barcode image using the set of parameters (for old-fashioned Barcode field).

See Also