Syncfusion.SfBarcode.UWP 32.1.19

Prefix Reserved
dotnet add package Syncfusion.SfBarcode.UWP --version 32.1.19
                    
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 32.1.19
                    
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="32.1.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.SfBarcode.UWP" Version="32.1.19" />
                    
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 32.1.19
                    
#r "nuget: Syncfusion.SfBarcode.UWP, 32.1.19"
                    
#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@32.1.19
                    
#: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=32.1.19
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=32.1.19
                    
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
32.1.19 25 12/16/2025
31.2.18 428 12/8/2025
31.2.16 659 12/1/2025
31.2.15 172 11/25/2025
31.2.12 396 11/18/2025
31.2.10 276 11/12/2025
31.2.5 196 11/3/2025
31.2.4 183 10/28/2025
31.2.3 179 10/21/2025
31.2.2 180 10/15/2025
31.1.23 193 10/6/2025
31.1.22 184 9/30/2025
31.1.21 197 9/22/2025
31.1.20 322 9/16/2025
31.1.19 175 9/11/2025
31.1.18 187 9/9/2025
31.1.17 189 9/5/2025
30.2.7 216 8/25/2025
30.2.6 183 8/18/2025
30.2.5 187 8/13/2025
30.2.4 272 8/7/2025
30.1.42 160 7/28/2025
30.1.41 560 7/22/2025
30.1.40 187 7/14/2025
30.1.39 174 7/8/2025
30.1.38 195 7/1/2025
30.1.37 215 6/25/2025
29.2.11 213 6/16/2025
29.2.10 329 6/9/2025
29.2.9 214 6/5/2025
29.2.8 212 6/3/2025
29.2.7 207 5/26/2025
29.2.5 208 5/20/2025
29.2.4 286 5/14/2025
29.1.41 212 5/5/2025
29.1.40 216 4/28/2025
29.1.39 232 4/21/2025
29.1.38 278 4/14/2025
29.1.37 250 4/8/2025
29.1.35 215 4/1/2025
29.1.33 553 3/25/2025
28.2.12 231 3/19/2025
28.2.11 246 3/10/2025
28.2.9 278 3/3/2025
28.2.7 188 2/25/2025
28.2.6 190 2/17/2025
28.2.5 210 2/11/2025
28.2.4 194 2/4/2025
28.2.3 173 1/29/2025
28.1.41 180 1/20/2025
28.1.39 161 1/13/2025
28.1.38 180 1/7/2025
28.1.37 181 12/31/2024
28.1.36 166 12/23/2024
28.1.35 168 12/18/2024
28.1.33 188 12/12/2024
27.2.5 186 12/2/2024
27.2.4 183 11/26/2024
27.2.3 180 11/22/2024
27.2.2 195 11/15/2024
27.1.58 165 11/4/2024
27.1.57 183 10/28/2024
27.1.56 165 10/23/2024
27.1.55 180 10/21/2024
27.1.53 198 10/14/2024
27.1.52 181 10/7/2024
27.1.51 187 9/30/2024
27.1.50 217 9/23/2024
27.1.48 424 9/18/2024
26.2.14 205 9/9/2024
26.2.13 196 9/5/2024
26.2.12 185 9/2/2024
26.2.11 186 8/27/2024
26.2.10 220 8/19/2024
26.2.9 195 8/12/2024
26.2.8 182 8/5/2024
26.2.7 148 7/29/2024
26.2.5 165 7/26/2024
26.2.4 186 7/24/2024
26.1.42 192 7/15/2024
26.1.41 187 7/8/2024
26.1.40 191 7/1/2024
26.1.39 764 6/24/2024
26.1.38 228 6/18/2024
26.1.35 214 6/11/2024
25.2.7 186 6/3/2024
25.2.6 187 5/28/2024
25.2.5 177 5/21/2024
25.2.4 181 5/14/2024
25.2.3 229 5/8/2024
25.1.42 274 4/29/2024
25.1.41 204 4/23/2024
25.1.40 204 4/15/2024
25.1.39 226 4/8/2024
25.1.38 192 4/1/2024
25.1.37 192 3/26/2024
25.1.35 235 3/15/2024
24.2.9 228 3/4/2024
24.2.8 206 2/26/2024
24.2.7 214 2/19/2024
24.2.6 216 2/14/2024
24.2.5 207 2/12/2024
24.2.4 184 2/5/2024
24.2.3 235 1/31/2024
24.1.47 201 1/22/2024
24.1.46 207 1/16/2024
24.1.45 231 1/8/2024
24.1.44 232 1/2/2024
24.1.43 194 12/27/2023
24.1.41 261 12/18/2023
23.2.7 295 12/6/2023
23.2.6 288 11/28/2023
23.2.5 243 11/23/2023
23.2.4 219 11/20/2023
23.1.44 264 11/6/2023
23.1.43 245 10/30/2023
23.1.42 252 10/23/2023
23.1.41 260 10/16/2023
23.1.40 436 10/10/2023
23.1.39 230 10/4/2023
23.1.38 280 9/26/2023
23.1.36 342 9/15/2023
22.2.12 296 9/5/2023
22.2.11 317 8/28/2023
22.2.10 295 8/22/2023
22.2.9 351 8/14/2023
22.2.8 305 8/7/2023
22.2.7 307 8/2/2023
22.2.5 344 7/27/2023
22.1.39 334 7/18/2023
22.1.38 300 7/11/2023
22.1.37 338 7/3/2023
22.1.36 356 6/28/2023
22.1.34 3,163 6/21/2023
21.2.10 375 6/12/2023
21.2.9 364 6/6/2023
21.2.8 396 5/30/2023
21.2.6 348 5/22/2023
21.2.5 407 5/15/2023
21.2.4 375 5/9/2023
21.2.3 454 5/3/2023
21.1.41 427 4/19/2023
21.1.39 459 4/10/2023
21.1.38 443 4/3/2023
21.1.37 441 3/29/2023
21.1.35 509 3/23/2023
20.4.0.54 481 3/13/2023
20.4.0.53 497 3/7/2023
20.4.0.52 440 2/28/2023
20.4.0.51 480 2/21/2023
20.4.0.50 499 2/14/2023
20.4.0.49 500 2/7/2023
20.4.0.48 620 2/1/2023
20.4.0.44 566 1/18/2023
20.4.0.43 583 1/10/2023
20.4.0.42 579 1/4/2023
20.4.0.41 533 12/29/2022
20.4.0.40 508 12/28/2022
20.4.0.38 593 12/21/2022
20.3.0.61 547 12/12/2022
20.3.0.60 527 12/6/2022
20.3.0.59 581 11/29/2022
20.3.0.58 1,557 11/22/2022
20.3.0.57 601 11/15/2022
20.3.0.56 630 11/8/2022
20.3.0.52 671 10/27/2022
20.3.0.50 690 10/18/2022
20.3.0.49 680 10/11/2022
20.3.0.48 600 10/5/2022
20.3.0.47 681 9/29/2022
20.2.0.50 742 9/20/2022
20.2.0.49 691 9/13/2022
20.2.0.48 673 9/6/2022
20.2.0.46 717 8/30/2022
20.2.0.45 702 8/23/2022
20.2.0.44 710 8/16/2022
20.2.0.43 798 8/8/2022
20.2.0.40 760 7/26/2022
20.2.0.39 835 7/19/2022
20.2.0.38 689 7/12/2022
20.2.0.36 825 6/30/2022
20.1.0.61 737 6/20/2022
20.1.0.60 739 6/14/2022
20.1.0.59 750 6/6/2022
20.1.0.58 733 5/30/2022
20.1.0.57 773 5/23/2022
20.1.0.56 747 5/17/2022
20.1.0.55 810 5/12/2022
20.1.0.52 729 5/2/2022
20.1.0.51 750 4/26/2022
20.1.0.50 746 4/19/2022
20.1.0.48 732 4/12/2022
20.1.0.47 837 4/4/2022
19.4.0.56 808 3/14/2022
19.4.0.55 744 3/8/2022
19.4.0.54 733 2/28/2022
19.4.0.53 737 2/22/2022
19.4.0.52 755 2/15/2022
19.4.0.50 748 2/8/2022
19.4.0.48 822 1/31/2022
19.4.0.47 795 1/24/2022
19.4.0.43 763 1/18/2022
19.4.0.42 584 1/10/2022
19.4.0.41 579 1/4/2022
19.4.0.40 587 12/28/2021
19.4.0.38 672 12/17/2021
19.3.0.59 641 12/14/2021
19.3.0.57 620 12/7/2021
19.3.0.56 1,198 11/29/2021
19.3.0.55 623 11/23/2021
19.3.0.54 607 11/17/2021
19.3.0.53 697 11/12/2021
19.3.0.48 626 11/3/2021
19.3.0.47 652 10/26/2021
19.3.0.46 733 10/19/2021
19.3.0.45 681 10/12/2021
19.3.0.44 682 10/5/2021
19.3.0.43 764 9/30/2021
19.2.0.62 752 9/13/2021
19.2.0.60 683 9/7/2021
19.2.0.59 744 8/30/2021
19.2.0.57 722 8/24/2021
19.2.0.56 727 8/17/2021
19.2.0.55 801 8/11/2021
19.2.0.51 705 8/2/2021
19.2.0.49 740 7/26/2021
19.2.0.48 703 7/19/2021
19.2.0.47 724 7/13/2021
19.2.0.46 691 7/6/2021
19.2.0.44 791 6/30/2021
19.1.0.69 791 6/14/2021
19.1.0.67 787 6/7/2021
19.1.0.66 767 5/31/2021
19.1.0.65 761 5/24/2021
19.1.0.64 774 5/19/2021
19.1.0.63 819 5/13/2021
19.1.0.59 718 5/3/2021
19.1.0.58 728 4/26/2021
19.1.0.57 811 4/20/2021
19.1.0.56 795 4/12/2021
19.1.0.55 743 4/6/2021
19.1.0.54 799 3/30/2021
18.4.0.49 1,369 3/22/2021
18.4.0.48 724 3/16/2021
18.4.0.47 810 3/9/2021
18.4.0.46 769 3/2/2021
18.4.0.44 794 2/23/2021
18.4.0.43 761 2/15/2021
18.4.0.42 835 2/9/2021
18.4.0.41 1,208 2/2/2021
18.4.0.39 897 1/28/2021
18.4.0.35 759 1/19/2021
18.4.0.34 799 1/12/2021
18.4.0.33 797 1/4/2021
18.4.0.32 773 12/30/2020
18.4.0.31 781 12/22/2020
18.4.0.30 909 12/17/2020
18.3.0.53 861 12/8/2020
18.3.0.52 859 11/30/2020
18.3.0.51 822 11/23/2020
18.3.0.50 802 11/17/2020
18.3.0.48 816 11/10/2020
18.3.0.47 859 11/5/2020
18.3.0.44 862 10/27/2020
18.3.0.42 825 10/20/2020
18.3.0.40 822 10/12/2020
18.3.0.38 826 10/7/2020
18.3.0.35 964 10/1/2020
18.2.0.59 4,096 9/22/2020
18.2.0.58 838 9/15/2020
18.2.0.57 888 9/8/2020
18.2.0.56 818 9/1/2020
18.2.0.55 822 8/25/2020
18.2.0.54 853 8/18/2020
18.2.0.48 911 8/4/2020
18.2.0.47 919 7/28/2020
18.2.0.46 828 7/21/2020
18.2.0.45 885 7/14/2020
18.2.0.44 1,071 7/6/2020
18.1.0.59 969 6/23/2020
18.1.0.57 911 6/15/2020
18.1.0.56 888 6/9/2020
18.1.0.55 904 6/2/2020
18.1.0.54 897 5/26/2020
18.1.0.53 930 5/19/2020
18.1.0.52 1,005 5/13/2020
18.1.0.48 942 5/5/2020
18.1.0.46 939 4/28/2020
18.1.0.45 905 4/21/2020
18.1.0.44 924 4/14/2020
18.1.0.43 941 4/7/2020
18.1.0.42 1,104 4/1/2020
18.1.0.36-beta 651 3/19/2020
17.4.0.55 1,094 3/10/2020
17.4.0.53 945 3/3/2020
17.4.0.51 948 2/25/2020
17.4.0.50 945 2/18/2020
17.4.0.49 948 2/11/2020
17.4.0.47 947 2/5/2020
17.4.0.46 1,070 1/30/2020
17.4.0.44 977 1/21/2020
17.4.0.43 960 1/14/2020
17.4.0.41 989 1/7/2020
17.4.0.40 1,004 12/24/2019
17.4.0.39 1,127 12/17/2019
17.3.0.34 958 12/10/2019
17.3.0.33 927 12/4/2019
17.3.0.30 949 12/3/2019
17.3.0.29 958 11/26/2019
17.3.0.28 943 11/18/2019
17.3.0.27 980 11/12/2019
17.3.0.26 1,049 11/5/2019
17.3.0.21 915 10/29/2019
17.3.0.19 953 10/22/2019
17.3.0.17 1,078 10/15/2019
17.3.0.14 1,646 10/3/2019
17.3.0.9-beta 692 9/20/2019
17.2.0.51 979 9/10/2019
17.2.0.49 977 9/3/2019
17.2.0.47 930 8/27/2019
17.2.0.46 1,045 8/22/2019
17.2.0.41 1,028 8/13/2019
17.2.0.40 1,060 8/6/2019
17.2.0.39 1,026 7/30/2019
17.2.0.36 987 7/23/2019
17.2.0.35 974 7/17/2019
17.2.0.34 1,061 7/11/2019
17.2.0.28-beta 663 6/27/2019
17.1.0.53 962 6/25/2019
17.1.0.52 954 6/18/2019
17.1.0.51 1,056 6/11/2019
17.1.0.50 1,015 6/4/2019
17.1.0.49 1,015 5/28/2019
17.1.0.48 1,094 5/21/2019
17.1.0.47 1,012 5/14/2019
17.1.0.44 1,023 5/7/2019
17.1.0.43 1,013 4/30/2019
17.1.0.42 1,065 4/23/2019
17.1.0.41 1,031 4/16/2019
17.1.0.40 1,026 4/9/2019
17.1.0.38 1,040 3/29/2019
17.1.0.32-beta 761 3/13/2019
16.4.0.54 1,167 2/19/2019
16.4.0.53 1,132 2/13/2019
16.4.0.52 1,171 2/5/2019
16.4.0.48 1,103 1/22/2019
16.4.0.47 1,104 1/16/2019
16.4.0.46 1,134 1/8/2019
16.4.0.44 1,058 12/24/2018
16.4.0.42 1,123 12/17/2018
16.4.0.40-beta 836 12/10/2018
16.3.0.36 1,166 11/27/2018
16.3.0.35-beta 883 11/23/2018
16.3.0.29 1,176 10/30/2018
16.3.0.21 1,248 9/21/2018
16.3.0.17-beta 922 9/12/2018
16.2.0.50 1,263 8/28/2018
16.2.0.46 1,429 8/8/2018