ComplexBarcodeGenerator Class |
Namespace: Aspose.BarCode.ComplexBarcode
The ComplexBarcodeGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| ComplexBarcodeGenerator |
Creates an instance of ComplexBarcodeGenerator.
|
| Name | Description | |
|---|---|---|
| Container | (Inherited from Component.) | |
| Parameters |
Generation parameters.
| |
| Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| Dispose | (Inherited from Component.) | |
| Equals | (Inherited from Object.) | |
| GenerateBarCodeImage |
Generates complex barcode image under current settings.
| |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| Save(String) |
Generates and saves complex barcode image under current settings.
| |
| Save(Stream, BarCodeImageFormat) |
Generates and saves complex barcode image under current settings.
| |
| Save(String, BarCodeImageFormat) |
Generates and saves complex barcode image under current settings.
| |
| ToString | (Inherited from Component.) |
[C#] var swissQRCodetext = new SwissQRCodetext(); swissQRCodetext.Bill.Account = "Account"; swissQRCodetext.Bill.BillInformation = "BillInformation"; // init rest of the fields using (var cg = new ComplexBarcodeGenerator(swissQRCodetext)) { var res = cg.GenerateBarCodeImage(); }