huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rectangular Datamatrix

morisbozzetto opened this issue · comments

Hi,

First of all, amazing work @huysentruitw.
Is it possible to create rectangular datamatrixes (e.g. 36 columns 12 rows) ?

Thanks

That is supported, yes.

The Encode method of the DataMatrixEncoder has optional variables to set either the number of rows or number of columns to a fixed number.