BarcodeGenerator

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

NameDescription
__constructBarcodeGenerator constructor.

Methods

NameStaticDescription
exportToXmlNoExports BarCode properties to the xml-file specified
generateBarCodeGDImageNoGenerate the barcode image under current settings. This sample shows how to create and save a barcode image.
generateBarCodeImageNoGenerate the barcode image under current settings. This sample shows how to create and save a barcode image.
importFromXmlYesImport BarCode properties from xml file
saveNoSave barcode image to specific file in specific format.

Properties

NameRead/WriteDescription
BarcodeTypeRead/WriteBarcode symbology type.
CodeTextRead/WriteText to be encoded.
ParametersRead-onlyGeneration parameters.