.dll file

QrCodeGenerator.dll

Uploaded: 2024-06-25 Last Validated: 2024-06-25
2.0.3.0 177.5KB x86 (32 bit) Verified 2024-06-25
Sponsored

File Info

Integrity Check
Passed
Uncompressed Size
177.5KB
MD5
fcec2adb7262ab2cf300a4565b88217d
SHA256
5930f943a3e0a3ae659b5e20321170af26a0fc1de3641d23c126faa35ceb907d
SHA1
6cac19ba49286d455bcbd5d8c7a7e5235be1d1e5

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
2024-06-25

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.