Bytescout.BarCode.QRCode 2.0.2.1237

dotnet add package Bytescout.BarCode.QRCode --version 2.0.2.1237
                    
NuGet\Install-Package Bytescout.BarCode.QRCode -Version 2.0.2.1237
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bytescout.BarCode.QRCode" Version="2.0.2.1237" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bytescout.BarCode.QRCode" Version="2.0.2.1237" />
                    
Directory.Packages.props
<PackageReference Include="Bytescout.BarCode.QRCode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bytescout.BarCode.QRCode --version 2.0.2.1237
                    
#r "nuget: Bytescout.BarCode.QRCode, 2.0.2.1237"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bytescout.BarCode.QRCode@2.0.2.1237
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bytescout.BarCode.QRCode&version=2.0.2.1237
                    
Install as a Cake Addin
#tool nuget:?package=Bytescout.BarCode.QRCode&version=2.0.2.1237
                    
Install as a Cake Tool

QR Code generator for .NET, ASP.NET, ActiveX/COM.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2.1237 555 7/24/2023
2.0.2.1235 333 7/20/2023
2.0.2.1233 300 7/14/2023
2.0.0.1228 358 5/24/2023
2.0.0.1227 312 5/23/2023
2.0.0.1226 355 5/9/2023
2.0.0.1225 377 4/26/2023
1.9.0.1211 3,308 6/7/2022
1.8.1.1209 630 5/25/2022
1.8.0.1193 748 1/25/2022
1.7.1.1185 647 11/8/2021
1.7.0.1178 611 10/4/2021
1.6.4.1176 674 6/18/2021
1.6.3.1168 664 6/16/2021
1.6.2.1166 656 5/28/2021
1.6.1.1162 609 5/26/2021
1.6.0.1160 917 5/18/2021
1.5.0.1156 684 2/9/2021
1.4.0.1147 755 10/26/2020
1.3.0.1139 818 9/1/2020
Loading failed

ByteScout QR Code SDK for .NET, ASP.NET, ActiveX/COM.
Artifex Software Inc. (c) 2018-2023.

Generates QR Code barcode images.

- Can generate normal and GS1 versions of QR Code.
- Allows to tune various QR Code specification parameters like the Encoding Hint and Error Correction Level.
- Supports Unicode.
- Supports binary data encoding.
- Allows to tune the barcode appearance: caption font, foreground and background colors, dimensions.
- Can insert an image inside the barcode.
- Can insert generated barcode image to larger raster images including multi-page TIFF.
- Supports PNG, JPEG, TIFF, BMP, GIF, EMF output image formats;
- Can generate pure 1-bit black and white images for printing.

History of changes:

2.0.2.1228 (July 14, 2023)
=========================
= Minor improvements and bugfixes.

2.0.0.1223 (April 26, 2023)
=========================
= Minor improvements and bugfixes.

1.9.0.1211 (June 7, 2022)
=========================
= Minor improvements and bugfixes.

1.8.0.1193 (January 24, 2022)
=============================
+ Added scaling for round barcode dots. See 'QRCode.RoundDotsScale' property.
= Minor improvements and bugfixes.

1.7.0.1178 (October 4, 2021)
============================
+ Implemented round dots appearance for QR Code. See 'QRCode.RoundDots' property.
= Minor improvements and bugfixes.

1.6.0.1161 (May 18, 2021)
=========================
= Minor improvements and bugfixes.

1.5.0.1147 (February 8, 2021)
=============================
= Minor improvements and bugfixes.

1.4.0.1147 (October 26, 2020)
=============================
= Minor improvements and bugfixes.

1.3.0.1128 (July 1, 2020)
=========================
= Minor improvements and bugfixes.

1.2.0.1109 (March 19, 2020)
===========================
- Decoration image was not painted in 'GetImage()' method.
= Other minor improvements and bugfixes.

1.1.0.1099 (February 11, 2020)
==============================
+ Added 'ValueComposer' class that helps to create barcode values for vCard, e-mail, and SMS messages that should be correctly handled by mobile barcode readers.
= Minor improvements and bugfixes.

...