MessagingToolkit.Barcode 1.7.0.2

dotnet add package MessagingToolkit.Barcode --version 1.7.0.2
NuGet\Install-Package MessagingToolkit.Barcode -Version 1.7.0.2
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="MessagingToolkit.Barcode" Version="1.7.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MessagingToolkit.Barcode --version 1.7.0.2
#r "nuget: MessagingToolkit.Barcode, 1.7.0.2"
#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.
// Install MessagingToolkit.Barcode as a Cake Addin
#addin nuget:?package=MessagingToolkit.Barcode&version=1.7.0.2

// Install MessagingToolkit.Barcode as a Cake Tool
#tool nuget:?package=MessagingToolkit.Barcode&version=1.7.0.2

MessagingToolkit Barcode library is a C# barcode library that can be used in

* WinForms applications
* Windows WPF applications
* ASP.NET web applications
* Silverlight 3, 4 and 5 applications
* Console applications
* Windows Service
* Windows Phone 7.x and 8.0 applications
* Windows 8 applications
* Windows 8 JavaScript applications

The library current supports encoding and decoding of the following barcode types

Encoding

* QR Code
* Data Matrix
* PDF 417
* Aztec
* Bookland/ISBN
* Codabar
* Code 11
* Code 128
* Code 128-A
* Code 128-B
* Code 128-C
* Code 39
* Code 39 Extended
* Code 93
* EAN-13
* EAN-8
* FIM
* Interleaved 2 of 5
* ITF-14
* LOGMARS
* MSI 2 Mod 10
* MSI Mod 10
* MSI Mod 11
* PostNet
* Standard 2 of 5
* Telepen
* UPC 2 Digit Ext.
* UPC 5 Digit Ext.
* UPC-A
* UPC-E

Decoding

* UPC-A
* UPC-E
* EAN-8
* EAN-13
* Code 39
* Code 93
* Code 128
* QR Code
* ITF
* Codabar
* RSS-14
* Data Matrix
* PDF 417
* Aztec
* MaxiCode
* MSI Mod 10

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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. 
Silverlight sl3 is compatible.  sl4 is compatible.  sl5 is compatible. 
Windows Phone wp was computed.  wp7 is compatible.  wp71 is compatible.  wp75 was computed.  wp8 is compatible.  wp81 was computed. 
Windows Store win8-managed is compatible.  win8-native+javascript is compatible. 
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 (2)

Showing the top 2 NuGet packages that depend on MessagingToolkit.Barcode:

Package Downloads
Glass.Imaging

Glass.Imaging

Glass.Barcodes.MessagingToolkit

Glass.Barcodes.MessagingToolkit

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.0.2 85,083 4/27/2013

* Aztec encoding is supported.
* Added sample source code for Windows Phone 8.