ComplexBarcodeGenerator

ComplexBarcodeGenerator class

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

The ComplexBarcodeGenerator type exposes the following members:

Constructors

NameDescription
ComplexBarcodeGenerator(complex_codetext)Initializes a new instance of the ComplexBarcodeGenerator class

Properties

NameDescription
parametersGeneration parameters.

Methods

NameDescription
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.

See Also