Replies: 1 comment
-
This is the result of too much image compression/resizing of the QR code. See comments on #337 for explanation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We print a QRCode in one of our SSRS reports , the barcode is not read by iPhone. it is working fine with Android. Note that the same iPhone can read other QRCodes (not generated from the DLL) by the default camera application. What could be wrong. Here is the code we use:
Public Function QRCoderByteArray(ByVal inputString As String) as Byte()
Return QRCoder.BitmapByteQRCodeHelper.GetQRCode(inputString, QRCoder.QRCodeGenerator.ECCLevel.Q, 20)
End Function
Beta Was this translation helpful? Give feedback.
All reactions