Syncfusion.SfBarcode.UWP 22.2.5

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 22.2.5
                    
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 22.2.5
                    
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="22.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.SfBarcode.UWP" Version="22.2.5" />
                    
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 22.2.5
                    
#r "nuget: Syncfusion.SfBarcode.UWP, 22.2.5"
                    
#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@22.2.5
                    
#: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=22.2.5
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=22.2.5
                    
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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, 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
30.2.7 36 8/25/2025
30.2.6 116 8/18/2025
30.2.5 132 8/13/2025
30.2.4 209 8/7/2025
30.1.42 98 7/28/2025
30.1.41 484 7/22/2025
30.1.40 123 7/14/2025
30.1.39 138 7/8/2025
30.1.38 142 7/1/2025
30.1.37 154 6/25/2025
29.2.11 154 6/16/2025
29.2.10 279 6/9/2025
29.2.9 157 6/5/2025
29.2.8 158 6/3/2025
29.2.7 160 5/26/2025
29.2.5 160 5/20/2025
29.2.4 233 5/14/2025
29.1.41 161 5/5/2025
29.1.40 162 4/28/2025
29.1.39 174 4/21/2025
29.1.38 220 4/14/2025
29.1.37 188 4/8/2025
29.1.35 163 4/1/2025
29.1.33 505 3/25/2025
28.2.12 175 3/19/2025
28.2.11 185 3/10/2025
28.2.9 227 3/3/2025
28.2.7 130 2/25/2025
28.2.6 128 2/17/2025
28.2.5 154 2/11/2025
28.2.4 137 2/4/2025
28.2.3 124 1/29/2025
28.1.41 120 1/20/2025
28.1.39 108 1/13/2025
28.1.38 121 1/7/2025
28.1.37 119 12/31/2024
28.1.36 110 12/23/2024
28.1.35 129 12/18/2024
28.1.33 137 12/12/2024
27.2.5 119 12/2/2024
27.2.4 127 11/26/2024
27.2.3 132 11/22/2024
27.2.2 140 11/15/2024
27.1.58 126 11/4/2024
27.1.57 123 10/28/2024
27.1.56 110 10/23/2024
27.1.55 126 10/21/2024
27.1.53 142 10/14/2024
27.1.52 126 10/7/2024
27.1.51 137 9/30/2024
27.1.50 157 9/23/2024
27.1.48 185 9/18/2024
26.2.14 153 9/9/2024
26.2.13 155 9/5/2024
26.2.12 135 9/2/2024
26.2.11 135 8/27/2024
26.2.10 164 8/19/2024
26.2.9 146 8/12/2024
26.2.8 130 8/5/2024
26.2.7 89 7/29/2024
26.2.5 102 7/26/2024
26.2.4 124 7/24/2024
26.1.42 139 7/15/2024
26.1.41 137 7/8/2024
26.1.40 131 7/1/2024
26.1.39 698 6/24/2024
26.1.38 174 6/18/2024
26.1.35 159 6/11/2024
25.2.7 133 6/3/2024
25.2.6 127 5/28/2024
25.2.5 124 5/21/2024
25.2.4 125 5/14/2024
25.2.3 173 5/8/2024
25.1.42 217 4/29/2024
25.1.41 144 4/23/2024
25.1.40 147 4/15/2024
25.1.39 174 4/8/2024
25.1.38 138 4/1/2024
25.1.37 135 3/26/2024
25.1.35 179 3/15/2024
24.2.9 166 3/4/2024
24.2.8 152 2/26/2024
24.2.7 153 2/19/2024
24.2.6 157 2/14/2024
24.2.5 149 2/12/2024
24.2.4 136 2/5/2024
24.2.3 171 1/31/2024
24.1.47 150 1/22/2024
24.1.46 158 1/16/2024
24.1.45 175 1/8/2024
24.1.44 181 1/2/2024
24.1.43 156 12/27/2023
24.1.41 191 12/18/2023
23.2.7 232 12/6/2023
23.2.6 238 11/28/2023
23.2.5 188 11/23/2023
23.2.4 162 11/20/2023
23.1.44 214 11/6/2023
23.1.43 201 10/30/2023
23.1.42 197 10/23/2023
23.1.41 209 10/16/2023
23.1.40 391 10/10/2023
23.1.39 199 10/4/2023
23.1.38 223 9/26/2023
23.1.36 295 9/15/2023
22.2.12 260 9/5/2023
22.2.11 267 8/28/2023
22.2.10 242 8/22/2023
22.2.9 299 8/14/2023
22.2.8 255 8/7/2023
22.2.7 255 8/2/2023
22.2.5 287 7/27/2023
22.1.39 290 7/18/2023
22.1.38 252 7/11/2023
22.1.37 290 7/3/2023
22.1.36 300 6/28/2023
22.1.34 3,029 6/21/2023
21.2.10 309 6/12/2023
21.2.9 300 6/6/2023
21.2.8 329 5/30/2023
21.2.6 297 5/22/2023
21.2.5 336 5/15/2023
21.2.4 305 5/9/2023
21.2.3 378 5/3/2023
21.1.41 359 4/19/2023
21.1.39 391 4/10/2023
21.1.38 372 4/3/2023
21.1.37 374 3/29/2023
21.1.35 440 3/23/2023
20.4.0.54 411 3/13/2023
20.4.0.53 417 3/7/2023
20.4.0.52 368 2/28/2023
20.4.0.51 407 2/21/2023
20.4.0.50 429 2/14/2023
20.4.0.49 424 2/7/2023
20.4.0.48 561 2/1/2023
20.4.0.44 501 1/18/2023
20.4.0.43 511 1/10/2023
20.4.0.42 513 1/4/2023
20.4.0.41 465 12/29/2022
20.4.0.40 445 12/28/2022
20.4.0.38 521 12/21/2022
20.3.0.61 479 12/12/2022
20.3.0.60 469 12/6/2022
20.3.0.59 505 11/29/2022
20.3.0.58 1,484 11/22/2022
20.3.0.57 521 11/15/2022
20.3.0.56 552 11/8/2022
20.3.0.52 609 10/27/2022
20.3.0.50 610 10/18/2022
20.3.0.49 600 10/11/2022
20.3.0.48 542 10/5/2022
20.3.0.47 608 9/29/2022
20.2.0.50 663 9/20/2022
20.2.0.49 628 9/13/2022
20.2.0.48 611 9/6/2022
20.2.0.46 655 8/30/2022
20.2.0.45 634 8/23/2022
20.2.0.44 637 8/16/2022
20.2.0.43 736 8/8/2022
20.2.0.40 692 7/26/2022
20.2.0.39 768 7/19/2022
20.2.0.38 618 7/12/2022
20.2.0.36 753 6/30/2022
20.1.0.61 664 6/20/2022
20.1.0.60 663 6/14/2022
20.1.0.59 673 6/6/2022
20.1.0.58 653 5/30/2022
20.1.0.57 689 5/23/2022
20.1.0.56 674 5/17/2022
20.1.0.55 731 5/12/2022
20.1.0.52 645 5/2/2022
20.1.0.51 668 4/26/2022
20.1.0.50 676 4/19/2022
20.1.0.48 660 4/12/2022
20.1.0.47 770 4/4/2022
19.4.0.56 735 3/14/2022
19.4.0.55 664 3/8/2022
19.4.0.54 652 2/28/2022
19.4.0.53 670 2/22/2022
19.4.0.52 681 2/15/2022
19.4.0.50 663 2/8/2022
19.4.0.48 745 1/31/2022
19.4.0.47 726 1/24/2022
19.4.0.43 680 1/18/2022
19.4.0.42 497 1/10/2022
19.4.0.41 494 1/4/2022
19.4.0.40 500 12/28/2021
19.4.0.38 589 12/17/2021
19.3.0.59 559 12/14/2021
19.3.0.57 536 12/7/2021
19.3.0.56 1,127 11/29/2021
19.3.0.55 538 11/23/2021
19.3.0.54 518 11/17/2021
19.3.0.53 610 11/12/2021
19.3.0.48 535 11/3/2021
19.3.0.47 574 10/26/2021
19.3.0.46 646 10/19/2021
19.3.0.45 610 10/12/2021
19.3.0.44 600 10/5/2021
19.3.0.43 691 9/30/2021
19.2.0.62 683 9/13/2021
19.2.0.60 601 9/7/2021
19.2.0.59 655 8/30/2021
19.2.0.57 657 8/24/2021
19.2.0.56 641 8/17/2021
19.2.0.55 717 8/11/2021
19.2.0.51 637 8/2/2021
19.2.0.49 658 7/26/2021
19.2.0.48 614 7/19/2021
19.2.0.47 635 7/13/2021
19.2.0.46 603 7/6/2021
19.2.0.44 722 6/30/2021
19.1.0.69 711 6/14/2021
19.1.0.67 702 6/7/2021
19.1.0.66 693 5/31/2021
19.1.0.65 674 5/24/2021
19.1.0.64 689 5/19/2021
19.1.0.63 742 5/13/2021
19.1.0.59 639 5/3/2021
19.1.0.58 645 4/26/2021
19.1.0.57 729 4/20/2021
19.1.0.56 707 4/12/2021
19.1.0.55 662 4/6/2021
19.1.0.54 710 3/30/2021
18.4.0.49 1,299 3/22/2021
18.4.0.48 647 3/16/2021
18.4.0.47 712 3/9/2021
18.4.0.46 688 3/2/2021
18.4.0.44 706 2/23/2021
18.4.0.43 671 2/15/2021
18.4.0.42 746 2/9/2021
18.4.0.41 1,135 2/2/2021
18.4.0.39 805 1/28/2021
18.4.0.35 673 1/19/2021
18.4.0.34 703 1/12/2021
18.4.0.33 707 1/4/2021
18.4.0.32 687 12/30/2020
18.4.0.31 697 12/22/2020
18.4.0.30 841 12/17/2020
18.3.0.53 765 12/8/2020
18.3.0.52 772 11/30/2020
18.3.0.51 733 11/23/2020
18.3.0.50 715 11/17/2020
18.3.0.48 726 11/10/2020
18.3.0.47 787 11/5/2020
18.3.0.44 777 10/27/2020
18.3.0.42 754 10/20/2020
18.3.0.40 738 10/12/2020
18.3.0.38 733 10/7/2020
18.3.0.35 880 10/1/2020
18.2.0.59 3,908 9/22/2020
18.2.0.58 753 9/15/2020
18.2.0.57 805 9/8/2020
18.2.0.56 730 9/1/2020
18.2.0.55 750 8/25/2020
18.2.0.54 767 8/18/2020
18.2.0.48 840 8/4/2020
18.2.0.47 831 7/28/2020
18.2.0.46 759 7/21/2020
18.2.0.45 793 7/14/2020
18.2.0.44 983 7/6/2020
18.1.0.59 883 6/23/2020
18.1.0.57 814 6/15/2020
18.1.0.56 804 6/9/2020
18.1.0.55 809 6/2/2020
18.1.0.54 821 5/26/2020
18.1.0.53 850 5/19/2020
18.1.0.52 916 5/13/2020
18.1.0.48 851 5/5/2020
18.1.0.46 852 4/28/2020
18.1.0.45 814 4/21/2020
18.1.0.44 834 4/14/2020
18.1.0.43 864 4/7/2020
18.1.0.42 1,020 4/1/2020
18.1.0.36-beta 561 3/19/2020
17.4.0.55 988 3/10/2020
17.4.0.53 858 3/3/2020
17.4.0.51 863 2/25/2020
17.4.0.50 861 2/18/2020
17.4.0.49 859 2/11/2020
17.4.0.47 860 2/5/2020
17.4.0.46 996 1/30/2020
17.4.0.44 886 1/21/2020
17.4.0.43 870 1/14/2020
17.4.0.41 911 1/7/2020
17.4.0.40 917 12/24/2019
17.4.0.39 1,036 12/17/2019
17.3.0.34 864 12/10/2019
17.3.0.33 846 12/4/2019
17.3.0.30 869 12/3/2019
17.3.0.29 890 11/26/2019
17.3.0.28 857 11/18/2019
17.3.0.27 894 11/12/2019
17.3.0.26 955 11/5/2019
17.3.0.21 839 10/29/2019
17.3.0.19 860 10/22/2019
17.3.0.17 987 10/15/2019
17.3.0.14 1,558 10/3/2019
17.3.0.9-beta 606 9/20/2019
17.2.0.51 887 9/10/2019
17.2.0.49 894 9/3/2019
17.2.0.47 865 8/27/2019
17.2.0.46 958 8/22/2019
17.2.0.41 944 8/13/2019
17.2.0.40 973 8/6/2019
17.2.0.39 939 7/30/2019
17.2.0.36 901 7/23/2019
17.2.0.35 881 7/17/2019
17.2.0.34 986 7/11/2019
17.2.0.28-beta 577 6/27/2019
17.1.0.53 903 6/25/2019
17.1.0.52 877 6/18/2019
17.1.0.51 977 6/11/2019
17.1.0.50 921 6/4/2019
17.1.0.49 931 5/28/2019
17.1.0.48 1,005 5/21/2019
17.1.0.47 923 5/14/2019
17.1.0.44 934 5/7/2019
17.1.0.43 925 4/30/2019
17.1.0.42 992 4/23/2019
17.1.0.41 938 4/16/2019
17.1.0.40 947 4/9/2019
17.1.0.38 947 3/29/2019
17.1.0.32-beta 666 3/13/2019
16.4.0.54 1,069 2/19/2019
16.4.0.53 1,051 2/13/2019
16.4.0.52 1,069 2/5/2019
16.4.0.48 1,008 1/22/2019
16.4.0.47 1,019 1/16/2019
16.4.0.46 1,047 1/8/2019
16.4.0.44 993 12/24/2018
16.4.0.42 1,049 12/17/2018
16.4.0.40-beta 744 12/10/2018
16.3.0.36 1,076 11/27/2018
16.3.0.35-beta 785 11/23/2018
16.3.0.29 1,076 10/30/2018
16.3.0.21 1,161 9/21/2018
16.3.0.17-beta 825 9/12/2018
16.2.0.50 1,171 8/28/2018
16.2.0.46 1,309 8/8/2018