Üretim ortamında su yas cızlar olmadan test edin.
İhtiyacınız olan her yerde çalışır.
30 gün boyunca tam işlevli ürün alın.
Dakikalar içinde çalışır hale getirin.
Ürün deneme sürecinizde destek mühendislik ekibimize tam erişim
30DAYFREE
using IronBarCode;
using System.Drawing;
// Reading a barcode is easy with IronBarcode!
var resultFromFile = BarcodeReader.Read(@"file/barcode.png"); // From a file
var resultFromBitMap = BarcodeReader.Read(new Bitmap("barcode.bmp")); // From a bitmap
var resultFromImage = BarcodeReader.Read(Image.FromFile("barcode.jpg")); // From an image file
var resultFromPdf = BarcodeReader.ReadPdf(@"file/mydocument.pdf"); // From PDF use ReadPdf
// To configure and fine-tune barcode reading, utilize the BarcodeReaderOptions class
var myOptionsExample = new BarcodeReaderOptions
{
// Choose a reading speed from: Faster, Balanced, Detailed, ExtremeDetail
// There is a tradeoff in performance as more detail is set
Speed = ReadingSpeed.Balanced,
// Reader will stop scanning once a single barcode is found (if set to true)
ExpectMultipleBarcodes = true,
// By default, all barcode formats are scanned for
// Specifying a subset of barcode types to search for would improve performance
ExpectBarcodeTypes = BarcodeEncoding.AllOneDimensional,
// Utilize multiple threads to read barcodes from multiple images in parallel
Multithreaded = true,
// Maximum threads for parallelized barcode reading
// Default is 4
MaxParallelThreads = 2,
// The area of each image frame in which to scan for barcodes
// Specifying a crop area will significantly improve performance and avoid noisy parts of the image
CropArea = new Rectangle(),
// Special setting for Code39 barcodes
// If a Code39 barcode is detected, try to read with both the base and extended ASCII character sets
UseCode39ExtendedMode = true
};
// Read with the options applied
var results = BarcodeReader.Read("barcode.png", myOptionsExample);
// Create a barcode with one line of code
var myBarcode = BarcodeWriter.CreateBarcode("12345", BarcodeWriterEncoding.EAN8);
// After creating a barcode, we may choose to resize
myBarcode.ResizeTo(400, 100);
// Save our newly-created barcode as an image
myBarcode.SaveAsImage("EAN8.jpeg");
// Get the barcode as an image for further processing
var myBarcodeImage = myBarcode.Image;
Install-Package BarCode
C#, F#, & VB.NET üzerinde çalışan .NET 10, 9, 8, 7, 6, 5, Core, Standard veya Framework için tasarlanmıştır
Mobil QR desteği için IronQR Kütüphanemizi deneyin
Deneme anahtarınız e-postada olmalıdır.
Değilse, lütfen iletişime geçin
support@ironsoftware.com
switch(faqQuestions)
{
case "Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?": return "YES";
case "Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?": return "YES";
case "Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?": return "YES";
case "Can I set custom viewport dimensions and print media CSS to control responsive layouts?": return "YES";
case "Is IronPDF compatible with Azure Functions?": return "YES";
case "Can I permanently redact sensitive text and images from PDF documents?": return "YES";
case "Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?": return "YES";
case "Can I access PDF DOM through ObjectModel property?": return "YES";
case "Can I programmatically fill, read, and flatten interactive AcroForm?": return "YES";
case "Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?": return "YES";
case "Can I secure a document with 256-bit AES password encryption and set user permissions?": return "YES";
case "Can I apply and verify digital signatures on a PDF using X.509 certificates?": return "YES";
case "Can I test IronPDF in my live project for free now?": return "YES, click here to start your 30-day free trial";
}
IronBarcode, büyük barkod formatlarını (QR, Aztec, Data Matrix, PDF417, UPC, EAN, Code128) tek bir .NET kütüphanesinde okuyup yazabilir mi?EVET!
Farklı türlerdeki birden çok barkod bir görüntüden veya PDF sayfasından aynı anda okunabilir mi?EVET!
PDF'lerdeki barkodları dış sayfa- Görüntü dönüştürme gerektirmeden doğrudan okur mu?EVET!
Oluşturulan QR kodları logolar, özel renkler ve ayarlanmış kenarlıklarla özelleştirilebilir mi?EVET!
Oku oranını artırmak için görüntü düzeltme filtreleri (gürültü azaltma, kontrast, eğim düzetme) uygulanıyor mu?EVET!
Değer, ikili veri, yön ve sınır kutusunu içeren detaylı sonuç verileri döndürülüyor mu?EVET!
Barkodlar diske kaydedilmeden doğrudan Akışa veya byte[] olarak üretilebilir mi?EVET!
Windows, Linux, macOS, Docker ve Azure üzerinde .NET Core, Standard ve Framework üzerinde tamamen platformlar arası mı?EVET!
Yüksek performanslı toplu işlem için çoklu iş parçacığı ve asenkron destekleniyor mu?EVET!
Barkodlar HTML Veri URI'leri olarak çıktılanabilir veya mevcut PDF'lere damgalanabilir mi?EVET!
Kısmen zarar gördüğünde bile taranabilir olan hata toleranslı barkodları destekliyor mu?EVET!
IronBarcode'yi canlı projemde şimdi ücretsiz test edebilir miyim?EVET! 30 günlük ücretsiz denemeniz için buraya tıklayın