IronQR标志

写入 QR 码

  • 轻松创建具有可定制内容的 QR 代码。
  • 将文本、URL 或其他数据编码到 QR 码中。
  • 自定义二维码的大小和颜色
  • 生成高质量、可打印的二维码。
可信
作者:
美国国家航空航天局标志赫兹标志3M标志特斯拉标志

立即免费开始

No credit card or account creation required
Test Icon

在实际环境中测试

在生产中测试无水印。
随时随地为您服务。

Functional Icon

全面功能产品

获取30天的完全功能产品。
几分钟内即可启动和运行。

Support Icon

24/5 技术支持

在您的产品试用期间,全面访问我们的支持工程团队。

QR快速入门

using IronQr;
using IronSoftware.Drawing;
 
// Open the asset to read a QR Code from
var inputBmp = AnyBitmap.FromFile("IMAGE_TO_READ.png");
 
// Load the asset into QrImageInput
QrImageInput imageInput = new QrImageInput(inputBmp);
 
// Create a QR Reader object
QrReader reader = new QrReader();
 
// Read the Input an get all embedded QR Codes
IEnumerable<QrResult> results = reader.Read(imageInput);
Imports IronQr
Imports IronSoftware.Drawing

' Open the asset to read a QR Code from
Private inputBmp = AnyBitmap.FromFile("IMAGE_TO_READ.png")

' Load the asset into QrImageInput
Private imageInput As New QrImageInput(inputBmp)

' Create a QR Reader object
Private reader As New QrReader()

' Read the Input an get all embedded QR Codes
Private results As IEnumerable(Of QrResult) = reader.Read(imageInput)
Install-Package IronQR

探索代码并运行它以查看示例。

世界级工程,
24小时支持