Syncfusion.SfBarcode.UWP 20.1.0.59

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.SfBarcode.UWP --version 20.1.0.59
                    
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 20.1.0.59
                    
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="Syncfusion.SfBarcode.UWP" Version="20.1.0.59" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.SfBarcode.UWP" Version="20.1.0.59" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.SfBarcode.UWP" />
                    
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 Syncfusion.SfBarcode.UWP --version 20.1.0.59
                    
#r "nuget: Syncfusion.SfBarcode.UWP, 20.1.0.59"
                    
#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 Syncfusion.SfBarcode.UWP@20.1.0.59
                    
#: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=Syncfusion.SfBarcode.UWP&version=20.1.0.59
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=20.1.0.59
                    
Install as a Cake Tool

Syncfusion UWP Barcode Component

The Syncfusion UWP Barcode for UWP is a .NET control that renders barcode in any .NET application without requiring fonts. It supports major 1D and 2D barcodes including Code 128 and QR Code.

UWP Barcode control

Features overview | Docs | API Reference | Online Demo | Blogs | Support | Forums | Feedback.

Key Features

  • Complete customization of barcode to augment its appearance.
  • Support most common 1D and 2D barcodes.
  • Easy to use and integrate.
  • QR code
  • Data Matrix
  • Code 39
  • Code 39 Extended
  • Code 128
  • Code 11
  • Codabar
  • Code 93
  • Code 93 Extended
  • Code 32
  • UPC

System Requirements

Getting started

You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.SfBarcode.UWP from the Package Manager Console in Visual Studio.

Try the following code example to add Code39 barcode

//Creating new PDF Document
PdfDocument doc = new PdfDocument();
//Adding new page to PDF document
PdfPage page = doc.Pages.Add();
//Drawing Code39 barcode 
PdfCode39Barcode barcode = new PdfCode39Barcode();
//Setting height of the barcode 
barcode.BarHeight = 45;
barcode.Text = "CODE39$";
//Printing barcode on to the Pdf. 
barcode.Draw(page, new PointF(25, 70));
//Save the PDF document to stream
MemoryStream stream = new MemoryStream();
await doc.SaveAsync(stream);
//Close the document
doc.Close(true);                                                                   
//Save the stream as PDF document file in local machine. Refer to PDF/UWP section for respected code samples
Save(stream, "output.pdf");

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.SfBarcode.UWP:

Package Downloads
Syncfusion.Xamarin.SfBarcode

This package provides the functionality to utilize the features of Syncfusion® Xamarin Barcode control and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.1.17 91 9/5/2025
30.2.7 159 8/25/2025
30.2.6 129 8/18/2025
30.2.5 135 8/13/2025
30.2.4 214 8/7/2025
30.1.42 100 7/28/2025
30.1.41 486 7/22/2025
30.1.40 144 7/14/2025
30.1.39 143 7/8/2025
30.1.38 145 7/1/2025
30.1.37 158 6/25/2025
29.2.11 158 6/16/2025
29.2.10 280 6/9/2025
29.2.9 158 6/5/2025
29.2.8 161 6/3/2025
29.2.7 162 5/26/2025
29.2.5 161 5/20/2025
29.2.4 234 5/14/2025
29.1.41 163 5/5/2025
29.1.40 164 4/28/2025
29.1.39 175 4/21/2025
29.1.38 222 4/14/2025
29.1.37 191 4/8/2025
29.1.35 166 4/1/2025
29.1.33 508 3/25/2025
28.2.12 178 3/19/2025
28.2.11 188 3/10/2025
28.2.9 228 3/3/2025
28.2.7 132 2/25/2025
28.2.6 131 2/17/2025
28.2.5 157 2/11/2025
28.2.4 139 2/4/2025
28.2.3 126 1/29/2025
28.1.41 123 1/20/2025
28.1.39 109 1/13/2025
28.1.38 123 1/7/2025
28.1.37 121 12/31/2024
28.1.36 112 12/23/2024
28.1.35 130 12/18/2024
28.1.33 139 12/12/2024
27.2.5 120 12/2/2024
27.2.4 128 11/26/2024
27.2.3 133 11/22/2024
27.2.2 142 11/15/2024
27.1.58 127 11/4/2024
27.1.57 127 10/28/2024
27.1.56 113 10/23/2024
27.1.55 128 10/21/2024
27.1.53 143 10/14/2024
27.1.52 129 10/7/2024
27.1.51 140 9/30/2024
27.1.50 160 9/23/2024
27.1.48 187 9/18/2024
26.2.14 154 9/9/2024
26.2.13 156 9/5/2024
26.2.12 136 9/2/2024
26.2.11 138 8/27/2024
26.2.10 167 8/19/2024
26.2.9 148 8/12/2024
26.2.8 132 8/5/2024
26.2.7 91 7/29/2024
26.2.5 105 7/26/2024
26.2.4 129 7/24/2024
26.1.42 141 7/15/2024
26.1.41 139 7/8/2024
26.1.40 135 7/1/2024
26.1.39 701 6/24/2024
26.1.38 176 6/18/2024
26.1.35 160 6/11/2024
25.2.7 135 6/3/2024
25.2.6 130 5/28/2024
25.2.5 128 5/21/2024
25.2.4 126 5/14/2024
25.2.3 174 5/8/2024
25.1.42 218 4/29/2024
25.1.41 146 4/23/2024
25.1.40 151 4/15/2024
25.1.39 177 4/8/2024
25.1.38 139 4/1/2024
25.1.37 138 3/26/2024
25.1.35 180 3/15/2024
24.2.9 168 3/4/2024
24.2.8 155 2/26/2024
24.2.7 154 2/19/2024
24.2.6 160 2/14/2024
24.2.5 152 2/12/2024
24.2.4 140 2/5/2024
24.2.3 173 1/31/2024
24.1.47 151 1/22/2024
24.1.46 161 1/16/2024
24.1.45 177 1/8/2024
24.1.44 182 1/2/2024
24.1.43 157 12/27/2023
24.1.41 196 12/18/2023
23.2.7 235 12/6/2023
23.2.6 239 11/28/2023
23.2.5 190 11/23/2023
23.2.4 165 11/20/2023
23.1.44 216 11/6/2023
23.1.43 202 10/30/2023
23.1.42 202 10/23/2023
23.1.41 210 10/16/2023
23.1.40 392 10/10/2023
23.1.39 200 10/4/2023
23.1.38 225 9/26/2023
23.1.36 297 9/15/2023
22.2.12 261 9/5/2023
22.2.11 268 8/28/2023
22.2.10 244 8/22/2023
22.2.9 301 8/14/2023
22.2.8 256 8/7/2023
22.2.7 256 8/2/2023
22.2.5 289 7/27/2023
22.1.39 293 7/18/2023
22.1.38 254 7/11/2023
22.1.37 292 7/3/2023
22.1.36 305 6/28/2023
22.1.34 3,069 6/21/2023
21.2.10 315 6/12/2023
21.2.9 304 6/6/2023
21.2.8 335 5/30/2023
21.2.6 301 5/22/2023
21.2.5 342 5/15/2023
21.2.4 310 5/9/2023
21.2.3 385 5/3/2023
21.1.41 364 4/19/2023
21.1.39 397 4/10/2023
21.1.38 377 4/3/2023
21.1.37 378 3/29/2023
21.1.35 446 3/23/2023
20.4.0.54 416 3/13/2023
20.4.0.53 426 3/7/2023
20.4.0.52 375 2/28/2023
20.4.0.51 414 2/21/2023
20.4.0.50 434 2/14/2023
20.4.0.49 430 2/7/2023
20.4.0.48 566 2/1/2023
20.4.0.44 506 1/18/2023
20.4.0.43 520 1/10/2023
20.4.0.42 519 1/4/2023
20.4.0.41 471 12/29/2022
20.4.0.40 452 12/28/2022
20.4.0.38 528 12/21/2022
20.3.0.61 484 12/12/2022
20.3.0.60 474 12/6/2022
20.3.0.59 510 11/29/2022
20.3.0.58 1,491 11/22/2022
20.3.0.57 526 11/15/2022
20.3.0.56 557 11/8/2022
20.3.0.52 615 10/27/2022
20.3.0.50 618 10/18/2022
20.3.0.49 608 10/11/2022
20.3.0.48 548 10/5/2022
20.3.0.47 615 9/29/2022
20.2.0.50 670 9/20/2022
20.2.0.49 633 9/13/2022
20.2.0.48 616 9/6/2022
20.2.0.46 660 8/30/2022
20.2.0.45 639 8/23/2022
20.2.0.44 643 8/16/2022
20.2.0.43 741 8/8/2022
20.2.0.40 698 7/26/2022
20.2.0.39 775 7/19/2022
20.2.0.38 623 7/12/2022
20.2.0.36 761 6/30/2022
20.1.0.61 670 6/20/2022
20.1.0.60 670 6/14/2022
20.1.0.59 679 6/6/2022
20.1.0.58 660 5/30/2022
20.1.0.57 696 5/23/2022
20.1.0.56 680 5/17/2022
20.1.0.55 737 5/12/2022
20.1.0.52 652 5/2/2022
20.1.0.51 675 4/26/2022
20.1.0.50 681 4/19/2022
20.1.0.48 666 4/12/2022
20.1.0.47 777 4/4/2022
19.4.0.56 741 3/14/2022
19.4.0.55 671 3/8/2022
19.4.0.54 658 2/28/2022
19.4.0.53 676 2/22/2022
19.4.0.52 687 2/15/2022
19.4.0.50 670 2/8/2022
19.4.0.48 750 1/31/2022
19.4.0.47 731 1/24/2022
19.4.0.43 686 1/18/2022
19.4.0.42 504 1/10/2022
19.4.0.41 502 1/4/2022
19.4.0.40 506 12/28/2021
19.4.0.38 595 12/17/2021
19.3.0.59 566 12/14/2021
19.3.0.57 541 12/7/2021
19.3.0.56 1,132 11/29/2021
19.3.0.55 543 11/23/2021
19.3.0.54 525 11/17/2021
19.3.0.53 616 11/12/2021
19.3.0.48 540 11/3/2021
19.3.0.47 580 10/26/2021
19.3.0.46 652 10/19/2021
19.3.0.45 617 10/12/2021
19.3.0.44 607 10/5/2021
19.3.0.43 696 9/30/2021
19.2.0.62 688 9/13/2021
19.2.0.60 608 9/7/2021
19.2.0.59 663 8/30/2021
19.2.0.57 662 8/24/2021
19.2.0.56 650 8/17/2021
19.2.0.55 725 8/11/2021
19.2.0.51 642 8/2/2021
19.2.0.49 663 7/26/2021
19.2.0.48 622 7/19/2021
19.2.0.47 642 7/13/2021
19.2.0.46 609 7/6/2021
19.2.0.44 727 6/30/2021
19.1.0.69 716 6/14/2021
19.1.0.67 708 6/7/2021
19.1.0.66 699 5/31/2021
19.1.0.65 681 5/24/2021
19.1.0.64 696 5/19/2021
19.1.0.63 747 5/13/2021
19.1.0.59 644 5/3/2021
19.1.0.58 651 4/26/2021
19.1.0.57 737 4/20/2021
19.1.0.56 713 4/12/2021
19.1.0.55 669 4/6/2021
19.1.0.54 715 3/30/2021
18.4.0.49 1,306 3/22/2021
18.4.0.48 652 3/16/2021
18.4.0.47 720 3/9/2021
18.4.0.46 694 3/2/2021
18.4.0.44 714 2/23/2021
18.4.0.43 677 2/15/2021
18.4.0.42 752 2/9/2021
18.4.0.41 1,140 2/2/2021
18.4.0.39 812 1/28/2021
18.4.0.35 680 1/19/2021
18.4.0.34 709 1/12/2021
18.4.0.33 712 1/4/2021
18.4.0.32 693 12/30/2020
18.4.0.31 703 12/22/2020
18.4.0.30 846 12/17/2020
18.3.0.53 771 12/8/2020
18.3.0.52 778 11/30/2020
18.3.0.51 739 11/23/2020
18.3.0.50 723 11/17/2020
18.3.0.48 731 11/10/2020
18.3.0.47 792 11/5/2020
18.3.0.44 784 10/27/2020
18.3.0.42 759 10/20/2020
18.3.0.40 743 10/12/2020
18.3.0.38 740 10/7/2020
18.3.0.35 885 10/1/2020
18.2.0.59 3,916 9/22/2020
18.2.0.58 760 9/15/2020
18.2.0.57 811 9/8/2020
18.2.0.56 735 9/1/2020
18.2.0.55 755 8/25/2020
18.2.0.54 772 8/18/2020
18.2.0.48 845 8/4/2020
18.2.0.47 836 7/28/2020
18.2.0.46 765 7/21/2020
18.2.0.45 800 7/14/2020
18.2.0.44 989 7/6/2020
18.1.0.59 890 6/23/2020
18.1.0.57 821 6/15/2020
18.1.0.56 812 6/9/2020
18.1.0.55 817 6/2/2020
18.1.0.54 826 5/26/2020
18.1.0.53 855 5/19/2020
18.1.0.52 922 5/13/2020
18.1.0.48 859 5/5/2020
18.1.0.46 860 4/28/2020
18.1.0.45 819 4/21/2020
18.1.0.44 841 4/14/2020
18.1.0.43 870 4/7/2020
18.1.0.42 1,025 4/1/2020
18.1.0.36-beta 566 3/19/2020
17.4.0.55 995 3/10/2020
17.4.0.53 863 3/3/2020
17.4.0.51 868 2/25/2020
17.4.0.50 867 2/18/2020
17.4.0.49 864 2/11/2020
17.4.0.47 866 2/5/2020
17.4.0.46 1,001 1/30/2020
17.4.0.44 891 1/21/2020
17.4.0.43 875 1/14/2020
17.4.0.41 916 1/7/2020
17.4.0.40 926 12/24/2019
17.4.0.39 1,043 12/17/2019
17.3.0.34 870 12/10/2019
17.3.0.33 852 12/4/2019
17.3.0.30 874 12/3/2019
17.3.0.29 895 11/26/2019
17.3.0.28 862 11/18/2019
17.3.0.27 900 11/12/2019
17.3.0.26 961 11/5/2019
17.3.0.21 844 10/29/2019
17.3.0.19 866 10/22/2019
17.3.0.17 992 10/15/2019
17.3.0.14 1,566 10/3/2019
17.3.0.9-beta 614 9/20/2019
17.2.0.51 893 9/10/2019
17.2.0.49 900 9/3/2019
17.2.0.47 870 8/27/2019
17.2.0.46 964 8/22/2019
17.2.0.41 951 8/13/2019
17.2.0.40 979 8/6/2019
17.2.0.39 944 7/30/2019
17.2.0.36 907 7/23/2019
17.2.0.35 886 7/17/2019
17.2.0.34 991 7/11/2019
17.2.0.28-beta 583 6/27/2019
17.1.0.53 908 6/25/2019
17.1.0.52 882 6/18/2019
17.1.0.51 985 6/11/2019
17.1.0.50 927 6/4/2019
17.1.0.49 939 5/28/2019
17.1.0.48 1,011 5/21/2019
17.1.0.47 928 5/14/2019
17.1.0.44 941 5/7/2019
17.1.0.43 932 4/30/2019
17.1.0.42 997 4/23/2019
17.1.0.41 945 4/16/2019
17.1.0.40 952 4/9/2019
17.1.0.38 954 3/29/2019
17.1.0.32-beta 673 3/13/2019
16.4.0.54 1,077 2/19/2019
16.4.0.53 1,057 2/13/2019
16.4.0.52 1,077 2/5/2019
16.4.0.48 1,013 1/22/2019
16.4.0.47 1,025 1/16/2019
16.4.0.46 1,054 1/8/2019
16.4.0.44 999 12/24/2018
16.4.0.42 1,054 12/17/2018
16.4.0.40-beta 751 12/10/2018
16.3.0.36 1,084 11/27/2018
16.3.0.35-beta 792 11/23/2018
16.3.0.29 1,085 10/30/2018
16.3.0.21 1,169 9/21/2018
16.3.0.17-beta 833 9/12/2018
16.2.0.50 1,181 8/28/2018
16.2.0.46 1,318 8/8/2018