In our application we need to have the produced barcodes to be sqare all the time.
Can you state how the format of the barcodes is chosen when generating datamatrix barcodes?
Are the rectangle barcode formats chosen automatically at any time or only when specified using one of the following lines:
barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row16Col36 barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row12Col36 barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row12Col26 barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row8Col32kind regards,
Roman
