ライブ環境でテストする
ウォーターマークなしで本番環境でテストしてください。
必要な場所でいつでも動作します。
ウォーターマークなしで本番環境でテストしてください。
必要な場所でいつでも動作します。
30日間のフル機能製品をお試しください。
数分で稼働させることができます。
製品トライアル期間中にサポートエンジニアリングチームへの完全アクセス
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
9つの .NET API製品 オフィス文書用