IronQR 標誌

編寫 QR Code

  • 輕鬆創建具有自定義內容的 QR 碼。
  • 將文本、網址或其他數據編碼成 QR 碼。
  • 自訂 QR 碼的尺寸和顏色
  • 生成高品質、可打印的QR碼。
值得信賴的
由:
NASA標誌赫茲標誌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小時支援