Page 1 of 1

Square Datamatrix barcodes

Posted: Thu Feb 23, 2012 11:02 pm
by Document Partner
Hi,

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:

Code: Select all

barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row16Col36
barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row12Col36
barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row12Col26
barcodeWriter.Settings.DataMatrixSymbol = DataMatrixSymbolType.Row8Col32
kind regards,
Roman

Re: Square Datamatrix barcodes

Posted: Mon Feb 27, 2012 8:49 am
by Alex
Hello Roman,

Only square barcodes are created if encoding mode is set to Undefined.

Best regards, Alexander