Each 2D barcode type supported by Barcode Xpress has its own object type. Barcode Xpress supports the creation of QR Code, Data Matrix, and PDF417 barcodes.
Object | Description |
WriterDataMatrix | The object which can write out a Data Matrix barcode. |
WriterPDF417 | The object which can write out a PDF417 barcode. |
WriterQRCode | The object which can write out a QR Code barcode. |
Property | Description |
BarcodeValue | Gets and sets the value of the barcode to be created. |
BarcodeData | Gets and sets the current barcode value as an array of bytes used only if non-ASCII text values are needed. |
Method | Description |
Create | The main method for creating barcodes. |
CreateBitmap | Creates bitmap barcodes. |
For guidelines on writing QR Code, PDF417, and Data Matrix barcodes, see: