square format for data matrix? #529
-
Hello together, is it possible to use square data matrix format? It sometimes changes to rectangle format depending to the input string. We use same sizeX/Y and data matrix format if we generate an bitmap with the Write Method of the BarcodeWriter it has rectangle format, for strings in this format: AB12-CD3-E4 and if we only use numbers like this 1234-567-89 it is working and the datamarix is square size. Can anyone help me to find a solution to get always same square data matrix format? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should try the following code snippet:
|
Beta Was this translation helpful? Give feedback.
You should try the following code snippet: