ComplexBarcodeGenerator

ComplexBarcodeGenerator class

ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images generation.

The ComplexBarcodeGenerator type exposes the following members:

Constructors

Name Description
ComplexBarcodeGenerator(complex_codetext) Initializes a new instance of the ComplexBarcodeGenerator class

Properties

Name Description
parameters Generation parameters.

Methods

Name Description
save(stream, format) Generates and saves complex barcode image under current settings.
save(filename, format) Generates and saves complex barcode image under current settings.
save(filename) Generates and saves complex barcode image under current settings.
generate_bar_code_image() Generates complex barcode image under current settings.

See Also