Help, please, to understand what should be updated in the class to have the QR-code maximally big squares, 21x21 matrix, for low-resolution printing.
4H code is of smaller blocks, but most online-generators give a low-resolution codes - bigger blocks - it's better for printing the tiny code by the low-resolution equipment.
What parameter is to be setup ?
My id text (to be encoded) is just 4 ru letters and 4 digits. "XXXX0000" ... "XXXX9999". Above i have attached 2 QR-codes, i see that second is text as HTML from some online-generator, but Erel, your class encode 8 letters by the same "high density" variant.
But i need to get "low density", left QR-code picture in my post.
CreateVersionData (Version As Int, Name As String, Generator() As Int, Format() As Byte, MaxSize As Int, MaxUsableSize As Int, Alignments() As Int, _
Group1Size As Int, Group2Size As Int, Block1Size As Int, Block2Size As Int, VersionInformation() As Byte) As QRVersionData
Follow the links in the tutorial. You will find a lot of information about the different versions. If you read it thoroughly you will also be able to add more versions.