Square Datamatrix barcodes

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Moderator: Alex

Post Reply
Document Partner
Posts: 13
Joined: Wed Sep 07, 2011 11:16 am

Square Datamatrix barcodes

Post 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
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Square Datamatrix barcodes

Post by Alex »

Hello Roman,

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

Best regards, Alexander
Post Reply