MessagingToolkit.Barcode
1.7.0.2
Install-Package MessagingToolkit.Barcode -Version 1.7.0.2
dotnet add package MessagingToolkit.Barcode --version 1.7.0.2
<PackageReference Include="MessagingToolkit.Barcode" Version="1.7.0.2" />
paket add MessagingToolkit.Barcode --version 1.7.0.2
#r "nuget: MessagingToolkit.Barcode, 1.7.0.2"
// 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 | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Silverlight | sl3 sl4 sl5 |
Windows Phone | wp wp7 wp71 wp75 wp8 wp81 |
Windows Store | win8-managed win8-native+javascript |
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 | 57,892 | 4/27/2013 |
* Aztec encoding is supported.
* Added sample source code for Windows Phone 8.