BarcodeGenerator
Contents
[
Hide
]BarcodeGenerator class
Namespace: Aspose.Barcode.Generation
BarcodeGenerator for backend barcode images generation. supported symbologies: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, Code93Extended, EAN13, EAN8, Interleaved2of5, MSI, Standard2of5, UPCA, UPCE, ISBN, GS1Code128, Postnet, Planet EAN14, SCC14, SSCC18, ITF14, SingaporePost … 2D: Aztec, DataMatrix, PDf417, QR code … This sample shows how to create and save a barcode image.
Constructors
| Name | Description |
|---|---|
| __construct | BarcodeGenerator constructor. |
Methods
| Name | Static | Description |
|---|---|---|
| exportToXml | No | Exports BarCode properties to the xml-file specified |
| generateBarCodeGDImage | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. |
| generateBarCodeImage | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. |
| importFromXml | Yes | Import BarCode properties from xml file |
| save | No | Save barcode image to specific file in specific format. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| BarcodeType | Read/Write | Barcode symbology type. |
| CodeText | Read/Write | Text to be encoded. |
| Parameters | Read-only | Generation parameters. |