https://github.com/codebude/QRCoder
.net core QRCoder 生成的二维码边路太宽,找了一下没找到参数控制,有没有朋友处理过,分享一下
QRCoder示例代码中就有答案:
this.pictureBoxQRCode.Size = new System.Drawing.Size(pictureBoxQRCode.Width, pictureBoxQRCode.Height);
用不了,.Size 提示只读
drawQuietZones=false 这个可以去掉边框
drawQuietZones=false 这个可以去掉边框