.dll file

QrCodeGenerator.dll

Uploaded: 2023-12-31 Last Validated: 2024-11-09
2.0.3.0 167KB x86 (32 bit) Verified 2024-11-09
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
167KB
MD5
cb20c7e7d09bd275ae0a41384ccddf3b
SHA256
6a2858c2fc38c0ce9f40288cc3ca5b125143b90565825b10ee582f80f73d8d87
SHA1
9dea96dc890c90e88a7e05b57c8f40f958e958f8

Metadata

Status
Complete
Company
Codecrete
Product
QR Code Generator for .NET
Description
QrCodeGenerator
Build Note
QR Code Generator for .NET – simple, compact and with many examples. Core features: - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard - Output formats: Raw modules/pixels of the QR symbol, SVG and XAML path (for raster bitmap / PNG see project home page) - Encodes numeric and special-alphanumeric text in less space than general text - Open source code under the permissive MIT License - Significantly shorter code but more documentation compared to competing libraries - Built for .NET Standard 2.0 and therefore runs on most modern .NET platforms (.NET Core, .NET Framework, Mono etc.). - Derived from tried and tested implementation by project Nayuki Manual parameters: - You can specify the minimum and maximum version number allowed, and the library will automatically choose the smallest version in the range that fits the data. - You can specify the mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one. - You can specify an error correction level, or optionally allow the library to boost it if it doesn't increase the version number. - You can create a list of data segments manually and add ECI segments. Optional advanced features: - Encodes Japanese Unicode text in Kanji mode to save a lot of space compared to UTF-8 bytes - Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts
Copyright
Copyright (c) Manuel Bleichenbacher and Project Nayuki (MIT License)

Data Points

First Upload
2023-12-31

Install Instructions

Open the downloaded archive and extract the DLL file
1.Extract .DLL
Open the archive you downloaded and extract the specific .dll file.
Install the DLL into the correct Windows system folder
2.Install .DLL
Place the file in the correct folder:
32-bitC:\Windows\SysWOW64
64-bitC:\Windows\System32
Restart the application after installing the DLL
3.Restart Software
Close and reopen the application so Windows can load the new DLL.