Is it possible to set version while generating qr code using zxing lib in android?

五迷三道 提交于 2019-12-24 07:15:56

问题


While generating the qr code for android using zxing library is it possible to set the version number like version 4 or any other version . Any guidance or link would be appreciable . Thank you.


回答1:


No. There would be no real point to this. The version can't be lower than what is required to encode the data, and setting it higher just makes a denser QR code that's slightly harder to read.



来源:https://stackoverflow.com/questions/24484473/is-it-possible-to-set-version-while-generating-qr-code-using-zxing-lib-in-androi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!