Barcoder.WPF
1.0.6
dotnet add package Barcoder.WPF --version 1.0.6
NuGet\Install-Package Barcoder.WPF -Version 1.0.6
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="Barcoder.WPF" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Barcoder.WPF" Version="1.0.6" />
<PackageReference Include="Barcoder.WPF" />
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 Barcoder.WPF --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Barcoder.WPF, 1.0.6"
#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 Barcoder.WPF@1.0.6
#: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=Barcoder.WPF&version=1.0.6
#tool nuget:?package=Barcoder.WPF&version=1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Barcoder.WPF
WPF Component for Library Barcoder
Install
Install NuGet-Package Barcoder.WPF
Install-Package Barcoder.WPF
Supported Barcode Types:
- Code128
- Code 39
- DataMatrix (ECC 200)
- QR Code
- EAN 8
- EAN 13
- 2 of 5
- Codabar
- Code 93
Usage - WPF Control
Add resource to the file App.xaml:
<ResourceDictionary Source="pack://application:,,,/Barcoder.WPF;component/Theme.xaml" />
Example MainWindow:
<Window x:Class="Barcoder.WPF.Demo.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Barcoder.WPF.Demo"
xmlns:c="clr-namespace:Barcoder.WPF;assembly=Barcoder.WPF"
mc:Ignorable="d" Title="MainWindow" Height="250" Width="500">
<StackPanel Orientation="Horizontal">
<c:Code128 Value="" ModuleWidth="1" ModuleHeight="50" Foreground="Red" IncludeChecksum="True" HorizontalAlignment="Center" Rotation="Rotate90" Margin="10" />
<c:Code128 Value="1234" ModuleWidth="1" ModuleHeight="50" Foreground="Red" IncludeChecksum="True" HorizontalAlignment="Center" Rotation="Rotate0" Margin="10" />
<c:Code39 Value="1234" ModuleWidth="2" ModuleHeight="50" Foreground="Black" Rotation="Rotate90" WideToNarrowBarWidthRatio="3" IncludeChecksum="False" Margin="10" />
<c:DataMatrix Value="1234599" ModuleSize="8" Foreground="Green" FixedRowCount="18" Margin="10" />
<c:QRCode Value="123Abc" ModuleSize="5" Margin="10" />
</StackPanel>
</Window>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows7.0
- Barcoder (>= 2.0.0)
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 |
|---|---|---|
| 1.0.6 | 775 | 1/23/2023 |
| 1.0.5 | 430 | 12/13/2022 |
| 1.0.4 | 448 | 12/7/2022 |
| 1.0.3 | 411 | 12/7/2022 |
| 1.0.2 | 424 | 12/6/2022 |
| 1.0.1 | 484 | 11/29/2022 |
| 1.0.0 | 469 | 11/24/2022 |
| 0.0.0.7 | 1,001 | 7/18/2019 |
| 0.0.0.6 | 764 | 7/17/2019 |
| 0.0.0.4 | 807 | 7/10/2019 |
| 0.0.0.3 | 788 | 7/10/2019 |
| 0.0.0.2 | 763 | 7/5/2019 |
| 0.0.0.1 | 759 | 7/5/2019 |