IronQR for .NET 关于

Generate, read and style QR codes on desktop, mobile and cloud.

IronQR for .NET is a C# QR Code library for reading and creating QR codes in .NET. Its user friendly API allows developers to add Barcode functionality to .NET projects in minutes. IronQR for .NET prioritizes accuracy, ease of use, and speed to generate, read and style QR Codes on desktop, mobile and cloud.

Reading QR Codes

  • Read Many Image Formats:
    • Images (jpg, png, svg, bmp)
    • Multipage Images (gif, tif, tiff)
    • System.Drawing Bitmaps
    • IronDrawing Images (AnyBitmap)
  • Machine Learning Model:
    • Custom QR Detection Model
    • Slim Mode option (non-ML)
  • Output Data Formats:
    • Value (String)
    • Link or Website (Uri)
    • Coordinates (PointF)
  • Supports:
    • Async
    • Multithreading

Writing QR Codes

  • Write to Document Types:
    • Image (jpg, png, gif, tiff, bmp)
    • System.Drawing Images
    • IronDrawing Images (AnyBitmap)
    • Stream (MemoryStream, byte[])
    • PDF (Stamp on Existing PDF)
  • Encoding Data in QR Code:
    • Text, URLs, bytes, and numbers
  • Styling QR Codes:
    • Resizing
    • Margins and Borders
    • Recoloring
    • Add Logos to QR Codes
  • Checking Fault Tolerance:
    • Choose QR Version
    • Null Checking
    • Checksums
    • Format Awareness
    • Detailed Error Messages
    • Custom QR Error Correction