Syncfusion.SfBarcode.UWP 31.1.20

Prefix Reserved
dotnet add package Syncfusion.SfBarcode.UWP --version 31.1.20
                    
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 31.1.20
                    
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="31.1.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.SfBarcode.UWP" Version="31.1.20" />
                    
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 31.1.20
                    
#r "nuget: Syncfusion.SfBarcode.UWP, 31.1.20"
                    
#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@31.1.20
                    
#: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=31.1.20
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=31.1.20
                    
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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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
31.1.20 36 9/16/2025
31.1.19 131 9/11/2025
31.1.18 133 9/9/2025
31.1.17 131 9/5/2025
30.2.7 166 8/25/2025
30.2.6 133 8/18/2025
30.2.5 139 8/13/2025
30.2.4 219 8/7/2025
30.1.42 104 7/28/2025
30.1.41 514 7/22/2025
30.1.40 149 7/14/2025
30.1.39 147 7/8/2025
30.1.38 149 7/1/2025
30.1.37 164 6/25/2025
29.2.11 163 6/16/2025
29.2.10 284 6/9/2025
29.2.9 165 6/5/2025
29.2.8 167 6/3/2025
29.2.7 171 5/26/2025
29.2.5 164 5/20/2025
29.2.4 238 5/14/2025
29.1.41 168 5/5/2025
29.1.40 167 4/28/2025
29.1.39 178 4/21/2025
29.1.38 227 4/14/2025
29.1.37 197 4/8/2025
29.1.35 175 4/1/2025
29.1.33 512 3/25/2025
28.2.12 185 3/19/2025
28.2.11 196 3/10/2025
28.2.9 235 3/3/2025
28.2.7 137 2/25/2025
28.2.6 135 2/17/2025
28.2.5 163 2/11/2025
28.2.4 142 2/4/2025
28.2.3 129 1/29/2025
28.1.41 128 1/20/2025
28.1.39 113 1/13/2025
28.1.38 127 1/7/2025
28.1.37 127 12/31/2024
28.1.36 118 12/23/2024
28.1.35 132 12/18/2024
28.1.33 142 12/12/2024
27.2.5 125 12/2/2024
27.2.4 132 11/26/2024
27.2.3 136 11/22/2024
27.2.2 147 11/15/2024
27.1.58 129 11/4/2024
27.1.57 134 10/28/2024
27.1.56 116 10/23/2024
27.1.55 131 10/21/2024
27.1.53 146 10/14/2024
27.1.52 133 10/7/2024
27.1.51 144 9/30/2024
27.1.50 165 9/23/2024
27.1.48 191 9/18/2024
26.2.14 160 9/9/2024
26.2.13 159 9/5/2024
26.2.12 138 9/2/2024
26.2.11 143 8/27/2024
26.2.10 171 8/19/2024
26.2.9 154 8/12/2024
26.2.8 135 8/5/2024
26.2.7 101 7/29/2024
26.2.5 112 7/26/2024
26.2.4 134 7/24/2024
26.1.42 145 7/15/2024
26.1.41 144 7/8/2024
26.1.40 143 7/1/2024
26.1.39 707 6/24/2024
26.1.38 181 6/18/2024
26.1.35 164 6/11/2024
25.2.7 140 6/3/2024
25.2.6 135 5/28/2024
25.2.5 131 5/21/2024
25.2.4 131 5/14/2024
25.2.3 182 5/8/2024
25.1.42 223 4/29/2024
25.1.41 153 4/23/2024
25.1.40 156 4/15/2024
25.1.39 179 4/8/2024
25.1.38 144 4/1/2024
25.1.37 143 3/26/2024
25.1.35 185 3/15/2024
24.2.9 173 3/4/2024
24.2.8 159 2/26/2024
24.2.7 158 2/19/2024
24.2.6 166 2/14/2024
24.2.5 156 2/12/2024
24.2.4 144 2/5/2024
24.2.3 177 1/31/2024
24.1.47 157 1/22/2024
24.1.46 164 1/16/2024
24.1.45 183 1/8/2024
24.1.44 186 1/2/2024
24.1.43 160 12/27/2023
24.1.41 201 12/18/2023
23.2.7 241 12/6/2023
23.2.6 244 11/28/2023
23.2.5 194 11/23/2023
23.2.4 170 11/20/2023
23.1.44 219 11/6/2023
23.1.43 204 10/30/2023
23.1.42 209 10/23/2023
23.1.41 211 10/16/2023
23.1.40 395 10/10/2023
23.1.39 200 10/4/2023
23.1.38 226 9/26/2023
23.1.36 299 9/15/2023
22.2.12 264 9/5/2023
22.2.11 272 8/28/2023
22.2.10 250 8/22/2023
22.2.9 310 8/14/2023
22.2.8 264 8/7/2023
22.2.7 266 8/2/2023
22.2.5 298 7/27/2023
22.1.39 300 7/18/2023
22.1.38 263 7/11/2023
22.1.37 298 7/3/2023
22.1.36 310 6/28/2023
22.1.34 3,098 6/21/2023
21.2.10 322 6/12/2023
21.2.9 310 6/6/2023
21.2.8 341 5/30/2023
21.2.6 307 5/22/2023
21.2.5 348 5/15/2023
21.2.4 320 5/9/2023
21.2.3 392 5/3/2023
21.1.41 369 4/19/2023
21.1.39 407 4/10/2023
21.1.38 381 4/3/2023
21.1.37 382 3/29/2023
21.1.35 449 3/23/2023
20.4.0.54 422 3/13/2023
20.4.0.53 436 3/7/2023
20.4.0.52 383 2/28/2023
20.4.0.51 419 2/21/2023
20.4.0.50 437 2/14/2023
20.4.0.49 437 2/7/2023
20.4.0.48 572 2/1/2023
20.4.0.44 510 1/18/2023
20.4.0.43 525 1/10/2023
20.4.0.42 523 1/4/2023
20.4.0.41 477 12/29/2022
20.4.0.40 456 12/28/2022
20.4.0.38 534 12/21/2022
20.3.0.61 489 12/12/2022
20.3.0.60 477 12/6/2022
20.3.0.59 515 11/29/2022
20.3.0.58 1,498 11/22/2022
20.3.0.57 534 11/15/2022
20.3.0.56 564 11/8/2022
20.3.0.52 619 10/27/2022
20.3.0.50 623 10/18/2022
20.3.0.49 617 10/11/2022
20.3.0.48 552 10/5/2022
20.3.0.47 622 9/29/2022
20.2.0.50 679 9/20/2022
20.2.0.49 638 9/13/2022
20.2.0.48 621 9/6/2022
20.2.0.46 667 8/30/2022
20.2.0.45 647 8/23/2022
20.2.0.44 653 8/16/2022
20.2.0.43 747 8/8/2022
20.2.0.40 707 7/26/2022
20.2.0.39 782 7/19/2022
20.2.0.38 629 7/12/2022
20.2.0.36 768 6/30/2022
20.1.0.61 675 6/20/2022
20.1.0.60 680 6/14/2022
20.1.0.59 686 6/6/2022
20.1.0.58 668 5/30/2022
20.1.0.57 702 5/23/2022
20.1.0.56 689 5/17/2022
20.1.0.55 745 5/12/2022
20.1.0.52 660 5/2/2022
20.1.0.51 686 4/26/2022
20.1.0.50 688 4/19/2022
20.1.0.48 673 4/12/2022
20.1.0.47 786 4/4/2022
19.4.0.56 750 3/14/2022
19.4.0.55 680 3/8/2022
19.4.0.54 670 2/28/2022
19.4.0.53 683 2/22/2022
19.4.0.52 694 2/15/2022
19.4.0.50 679 2/8/2022
19.4.0.48 757 1/31/2022
19.4.0.47 737 1/24/2022
19.4.0.43 695 1/18/2022
19.4.0.42 510 1/10/2022
19.4.0.41 512 1/4/2022
19.4.0.40 514 12/28/2021
19.4.0.38 605 12/17/2021
19.3.0.59 573 12/14/2021
19.3.0.57 549 12/7/2021
19.3.0.56 1,139 11/29/2021
19.3.0.55 553 11/23/2021
19.3.0.54 533 11/17/2021
19.3.0.53 628 11/12/2021
19.3.0.48 549 11/3/2021
19.3.0.47 588 10/26/2021
19.3.0.46 659 10/19/2021
19.3.0.45 627 10/12/2021
19.3.0.44 616 10/5/2021
19.3.0.43 704 9/30/2021
19.2.0.62 696 9/13/2021
19.2.0.60 620 9/7/2021
19.2.0.59 675 8/30/2021
19.2.0.57 669 8/24/2021
19.2.0.56 658 8/17/2021
19.2.0.55 736 8/11/2021
19.2.0.51 648 8/2/2021
19.2.0.49 674 7/26/2021
19.2.0.48 633 7/19/2021
19.2.0.47 654 7/13/2021
19.2.0.46 619 7/6/2021
19.2.0.44 734 6/30/2021
19.1.0.69 727 6/14/2021
19.1.0.67 714 6/7/2021
19.1.0.66 708 5/31/2021
19.1.0.65 689 5/24/2021
19.1.0.64 704 5/19/2021
19.1.0.63 756 5/13/2021
19.1.0.59 653 5/3/2021
19.1.0.58 657 4/26/2021
19.1.0.57 747 4/20/2021
19.1.0.56 728 4/12/2021
19.1.0.55 677 4/6/2021
19.1.0.54 726 3/30/2021
18.4.0.49 1,314 3/22/2021
18.4.0.48 658 3/16/2021
18.4.0.47 732 3/9/2021
18.4.0.46 701 3/2/2021
18.4.0.44 721 2/23/2021
18.4.0.43 687 2/15/2021
18.4.0.42 759 2/9/2021
18.4.0.41 1,146 2/2/2021
18.4.0.39 823 1/28/2021
18.4.0.35 688 1/19/2021
18.4.0.34 721 1/12/2021
18.4.0.33 720 1/4/2021
18.4.0.32 702 12/30/2020
18.4.0.31 710 12/22/2020
18.4.0.30 852 12/17/2020
18.3.0.53 779 12/8/2020
18.3.0.52 787 11/30/2020
18.3.0.51 747 11/23/2020
18.3.0.50 733 11/17/2020
18.3.0.48 739 11/10/2020
18.3.0.47 798 11/5/2020
18.3.0.44 793 10/27/2020
18.3.0.42 766 10/20/2020
18.3.0.40 751 10/12/2020
18.3.0.38 748 10/7/2020
18.3.0.35 892 10/1/2020
18.2.0.59 3,927 9/22/2020
18.2.0.58 767 9/15/2020
18.2.0.57 821 9/8/2020
18.2.0.56 743 9/1/2020
18.2.0.55 762 8/25/2020
18.2.0.54 782 8/18/2020
18.2.0.48 852 8/4/2020
18.2.0.47 849 7/28/2020
18.2.0.46 772 7/21/2020
18.2.0.45 808 7/14/2020
18.2.0.44 999 7/6/2020
18.1.0.59 898 6/23/2020
18.1.0.57 832 6/15/2020
18.1.0.56 820 6/9/2020
18.1.0.55 825 6/2/2020
18.1.0.54 833 5/26/2020
18.1.0.53 866 5/19/2020
18.1.0.52 931 5/13/2020
18.1.0.48 867 5/5/2020
18.1.0.46 869 4/28/2020
18.1.0.45 825 4/21/2020
18.1.0.44 851 4/14/2020
18.1.0.43 878 4/7/2020
18.1.0.42 1,033 4/1/2020
18.1.0.36-beta 579 3/19/2020
17.4.0.55 1,005 3/10/2020
17.4.0.53 872 3/3/2020
17.4.0.51 875 2/25/2020
17.4.0.50 875 2/18/2020
17.4.0.49 872 2/11/2020
17.4.0.47 876 2/5/2020
17.4.0.46 1,012 1/30/2020
17.4.0.44 902 1/21/2020
17.4.0.43 883 1/14/2020
17.4.0.41 924 1/7/2020
17.4.0.40 936 12/24/2019
17.4.0.39 1,052 12/17/2019
17.3.0.34 879 12/10/2019
17.3.0.33 858 12/4/2019
17.3.0.30 880 12/3/2019
17.3.0.29 901 11/26/2019
17.3.0.28 871 11/18/2019
17.3.0.27 907 11/12/2019
17.3.0.26 971 11/5/2019
17.3.0.21 850 10/29/2019
17.3.0.19 877 10/22/2019
17.3.0.17 1,001 10/15/2019
17.3.0.14 1,573 10/3/2019
17.3.0.9-beta 621 9/20/2019
17.2.0.51 901 9/10/2019
17.2.0.49 907 9/3/2019
17.2.0.47 877 8/27/2019
17.2.0.46 972 8/22/2019
17.2.0.41 959 8/13/2019
17.2.0.40 985 8/6/2019
17.2.0.39 955 7/30/2019
17.2.0.36 915 7/23/2019
17.2.0.35 898 7/17/2019
17.2.0.34 998 7/11/2019
17.2.0.28-beta 590 6/27/2019
17.1.0.53 914 6/25/2019
17.1.0.52 889 6/18/2019
17.1.0.51 996 6/11/2019
17.1.0.50 934 6/4/2019
17.1.0.49 947 5/28/2019
17.1.0.48 1,019 5/21/2019
17.1.0.47 939 5/14/2019
17.1.0.44 949 5/7/2019
17.1.0.43 939 4/30/2019
17.1.0.42 1,003 4/23/2019
17.1.0.41 955 4/16/2019
17.1.0.40 958 4/9/2019
17.1.0.38 961 3/29/2019
17.1.0.32-beta 681 3/13/2019
16.4.0.54 1,084 2/19/2019
16.4.0.53 1,066 2/13/2019
16.4.0.52 1,089 2/5/2019
16.4.0.48 1,021 1/22/2019
16.4.0.47 1,036 1/16/2019
16.4.0.46 1,063 1/8/2019
16.4.0.44 1,005 12/24/2018
16.4.0.42 1,062 12/17/2018
16.4.0.40-beta 758 12/10/2018
16.3.0.36 1,090 11/27/2018
16.3.0.35-beta 803 11/23/2018
16.3.0.29 1,093 10/30/2018
16.3.0.21 1,179 9/21/2018
16.3.0.17-beta 844 9/12/2018
16.2.0.50 1,188 8/28/2018
16.2.0.46 1,330 8/8/2018