Syncfusion.SfBarcode.UWP 30.1.37

Prefix Reserved
dotnet add package Syncfusion.SfBarcode.UWP --version 30.1.37
                    
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 30.1.37
                    
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="30.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.SfBarcode.UWP" Version="30.1.37" />
                    
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 30.1.37
                    
#r "nuget: Syncfusion.SfBarcode.UWP, 30.1.37"
                    
#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.
#addin nuget:?package=Syncfusion.SfBarcode.UWP&version=30.1.37
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=30.1.37
                    
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
30.1.37 105 6/25/2025
29.2.11 139 6/16/2025
29.2.10 263 6/9/2025
29.2.9 143 6/5/2025
29.2.8 145 6/3/2025
29.2.7 144 5/26/2025
29.2.5 146 5/20/2025
29.2.4 220 5/14/2025
29.1.41 145 5/5/2025
29.1.40 148 4/28/2025
29.1.39 160 4/21/2025
29.1.38 201 4/14/2025
29.1.37 173 4/8/2025
29.1.35 149 4/1/2025
29.1.33 491 3/25/2025
28.2.12 160 3/19/2025
28.2.11 168 3/10/2025
28.2.9 210 3/3/2025
28.2.7 116 2/25/2025
28.2.6 112 2/17/2025
28.2.5 136 2/11/2025
28.2.4 124 2/4/2025
28.2.3 113 1/29/2025
28.1.41 102 1/20/2025
28.1.39 97 1/13/2025
28.1.38 109 1/7/2025
28.1.37 109 12/31/2024
28.1.36 96 12/23/2024
28.1.35 111 12/18/2024
28.1.33 113 12/12/2024
27.2.5 103 12/2/2024
27.2.4 113 11/26/2024
27.2.3 117 11/22/2024
27.2.2 126 11/15/2024
27.1.58 116 11/4/2024
27.1.57 109 10/28/2024
27.1.56 96 10/23/2024
27.1.55 112 10/21/2024
27.1.53 130 10/14/2024
27.1.52 115 10/7/2024
27.1.51 124 9/30/2024
27.1.50 143 9/23/2024
27.1.48 174 9/18/2024
26.2.14 144 9/9/2024
26.2.13 147 9/5/2024
26.2.12 125 9/2/2024
26.2.11 121 8/27/2024
26.2.10 152 8/19/2024
26.2.9 135 8/12/2024
26.2.8 118 8/5/2024
26.2.7 73 7/29/2024
26.2.5 92 7/26/2024
26.2.4 115 7/24/2024
26.1.42 130 7/15/2024
26.1.41 123 7/8/2024
26.1.40 123 7/1/2024
26.1.39 681 6/24/2024
26.1.38 162 6/18/2024
26.1.35 148 6/11/2024
25.2.7 113 6/3/2024
25.2.6 116 5/28/2024
25.2.5 112 5/21/2024
25.2.4 111 5/14/2024
25.2.3 162 5/8/2024
25.1.42 203 4/29/2024
25.1.41 133 4/23/2024
25.1.40 132 4/15/2024
25.1.39 161 4/8/2024
25.1.38 127 4/1/2024
25.1.37 124 3/26/2024
25.1.35 167 3/15/2024
24.2.9 153 3/4/2024
24.2.8 140 2/26/2024
24.2.7 140 2/19/2024
24.2.6 141 2/14/2024
24.2.5 138 2/12/2024
24.2.4 123 2/5/2024
24.2.3 158 1/31/2024
24.1.47 138 1/22/2024
24.1.46 146 1/16/2024
24.1.45 165 1/8/2024
24.1.44 171 1/2/2024
24.1.43 149 12/27/2023
24.1.41 182 12/18/2023
23.2.7 218 12/6/2023
23.2.6 220 11/28/2023
23.2.5 176 11/23/2023
23.2.4 152 11/20/2023
23.1.44 201 11/6/2023
23.1.43 188 10/30/2023
23.1.42 183 10/23/2023
23.1.41 190 10/16/2023
23.1.40 371 10/10/2023
23.1.39 187 10/4/2023
23.1.38 207 9/26/2023
23.1.36 275 9/15/2023
22.2.12 241 9/5/2023
22.2.11 240 8/28/2023
22.2.10 217 8/22/2023
22.2.9 275 8/14/2023
22.2.8 226 8/7/2023
22.2.7 226 8/2/2023
22.2.5 258 7/27/2023
22.1.39 262 7/18/2023
22.1.38 225 7/11/2023
22.1.37 266 7/3/2023
22.1.36 274 6/28/2023
22.1.34 2,931 6/21/2023
21.2.10 283 6/12/2023
21.2.9 273 6/6/2023
21.2.8 302 5/30/2023
21.2.6 271 5/22/2023
21.2.5 310 5/15/2023
21.2.4 279 5/9/2023
21.2.3 349 5/3/2023
21.1.41 325 4/19/2023
21.1.39 363 4/10/2023
21.1.38 345 4/3/2023
21.1.37 346 3/29/2023
21.1.35 411 3/23/2023
20.4.0.54 385 3/13/2023
20.4.0.53 389 3/7/2023
20.4.0.52 340 2/28/2023
20.4.0.51 382 2/21/2023
20.4.0.50 399 2/14/2023
20.4.0.49 397 2/7/2023
20.4.0.48 538 2/1/2023
20.4.0.44 468 1/18/2023
20.4.0.43 479 1/10/2023
20.4.0.42 488 1/4/2023
20.4.0.41 438 12/29/2022
20.4.0.40 416 12/28/2022
20.4.0.38 493 12/21/2022
20.3.0.61 451 12/12/2022
20.3.0.60 445 12/6/2022
20.3.0.59 478 11/29/2022
20.3.0.58 1,458 11/22/2022
20.3.0.57 497 11/15/2022
20.3.0.56 523 11/8/2022
20.3.0.52 580 10/27/2022
20.3.0.50 581 10/18/2022
20.3.0.49 572 10/11/2022
20.3.0.48 515 10/5/2022
20.3.0.47 582 9/29/2022
20.2.0.50 635 9/20/2022
20.2.0.49 596 9/13/2022
20.2.0.48 585 9/6/2022
20.2.0.46 625 8/30/2022
20.2.0.45 604 8/23/2022
20.2.0.44 609 8/16/2022
20.2.0.43 711 8/8/2022
20.2.0.40 663 7/26/2022
20.2.0.39 738 7/19/2022
20.2.0.38 589 7/12/2022
20.2.0.36 727 6/30/2022
20.1.0.61 631 6/20/2022
20.1.0.60 636 6/14/2022
20.1.0.59 639 6/6/2022
20.1.0.58 620 5/30/2022
20.1.0.57 658 5/23/2022
20.1.0.56 647 5/17/2022
20.1.0.55 700 5/12/2022
20.1.0.52 613 5/2/2022
20.1.0.51 633 4/26/2022
20.1.0.50 646 4/19/2022
20.1.0.48 629 4/12/2022
20.1.0.47 741 4/4/2022
19.4.0.56 705 3/14/2022
19.4.0.55 634 3/8/2022
19.4.0.54 621 2/28/2022
19.4.0.53 642 2/22/2022
19.4.0.52 641 2/15/2022
19.4.0.50 629 2/8/2022
19.4.0.48 715 1/31/2022
19.4.0.47 700 1/24/2022
19.4.0.43 649 1/18/2022
19.4.0.42 463 1/10/2022
19.4.0.41 464 1/4/2022
19.4.0.40 465 12/28/2021
19.4.0.38 562 12/17/2021
19.3.0.59 529 12/14/2021
19.3.0.57 502 12/7/2021
19.3.0.56 1,097 11/29/2021
19.3.0.55 508 11/23/2021
19.3.0.54 487 11/17/2021
19.3.0.53 579 11/12/2021
19.3.0.48 505 11/3/2021
19.3.0.47 545 10/26/2021
19.3.0.46 618 10/19/2021
19.3.0.45 584 10/12/2021
19.3.0.44 571 10/5/2021
19.3.0.43 664 9/30/2021
19.2.0.62 648 9/13/2021
19.2.0.60 572 9/7/2021
19.2.0.59 628 8/30/2021
19.2.0.57 630 8/24/2021
19.2.0.56 610 8/17/2021
19.2.0.55 687 8/11/2021
19.2.0.51 611 8/2/2021
19.2.0.49 627 7/26/2021
19.2.0.48 586 7/19/2021
19.2.0.47 608 7/13/2021
19.2.0.46 570 7/6/2021
19.2.0.44 699 6/30/2021
19.1.0.69 681 6/14/2021
19.1.0.67 675 6/7/2021
19.1.0.66 666 5/31/2021
19.1.0.65 644 5/24/2021
19.1.0.64 661 5/19/2021
19.1.0.63 716 5/13/2021
19.1.0.59 604 5/3/2021
19.1.0.58 619 4/26/2021
19.1.0.57 701 4/20/2021
19.1.0.56 680 4/12/2021
19.1.0.55 633 4/6/2021
19.1.0.54 684 3/30/2021
18.4.0.49 1,273 3/22/2021
18.4.0.48 623 3/16/2021
18.4.0.47 682 3/9/2021
18.4.0.46 659 3/2/2021
18.4.0.44 673 2/23/2021
18.4.0.43 642 2/15/2021
18.4.0.42 717 2/9/2021
18.4.0.41 1,109 2/2/2021
18.4.0.39 774 1/28/2021
18.4.0.35 641 1/19/2021
18.4.0.34 672 1/12/2021
18.4.0.33 676 1/4/2021
18.4.0.32 656 12/30/2020
18.4.0.31 667 12/22/2020
18.4.0.30 814 12/17/2020
18.3.0.53 732 12/8/2020
18.3.0.52 745 11/30/2020
18.3.0.51 703 11/23/2020
18.3.0.50 686 11/17/2020
18.3.0.48 694 11/10/2020
18.3.0.47 760 11/5/2020
18.3.0.44 744 10/27/2020
18.3.0.42 724 10/20/2020
18.3.0.40 707 10/12/2020
18.3.0.38 704 10/7/2020
18.3.0.35 848 10/1/2020
18.2.0.59 3,851 9/22/2020
18.2.0.58 719 9/15/2020
18.2.0.57 778 9/8/2020
18.2.0.56 701 9/1/2020
18.2.0.55 723 8/25/2020
18.2.0.54 738 8/18/2020
18.2.0.48 813 8/4/2020
18.2.0.47 803 7/28/2020
18.2.0.46 732 7/21/2020
18.2.0.45 760 7/14/2020
18.2.0.44 955 7/6/2020
18.1.0.59 851 6/23/2020
18.1.0.57 779 6/15/2020
18.1.0.56 774 6/9/2020
18.1.0.55 778 6/2/2020
18.1.0.54 791 5/26/2020
18.1.0.53 815 5/19/2020
18.1.0.52 885 5/13/2020
18.1.0.48 820 5/5/2020
18.1.0.46 820 4/28/2020
18.1.0.45 780 4/21/2020
18.1.0.44 803 4/14/2020
18.1.0.43 832 4/7/2020
18.1.0.42 987 4/1/2020
18.1.0.36-beta 527 3/19/2020
17.4.0.55 946 3/10/2020
17.4.0.53 824 3/3/2020
17.4.0.51 816 2/25/2020
17.4.0.50 829 2/18/2020
17.4.0.49 826 2/11/2020
17.4.0.47 828 2/5/2020
17.4.0.46 963 1/30/2020
17.4.0.44 851 1/21/2020
17.4.0.43 842 1/14/2020
17.4.0.41 880 1/7/2020
17.4.0.40 882 12/24/2019
17.4.0.39 1,002 12/17/2019
17.3.0.34 833 12/10/2019
17.3.0.33 810 12/4/2019
17.3.0.30 835 12/3/2019
17.3.0.29 861 11/26/2019
17.3.0.28 823 11/18/2019
17.3.0.27 862 11/12/2019
17.3.0.26 926 11/5/2019
17.3.0.21 811 10/29/2019
17.3.0.19 827 10/22/2019
17.3.0.17 955 10/15/2019
17.3.0.14 1,528 10/3/2019
17.3.0.9-beta 574 9/20/2019
17.2.0.51 854 9/10/2019
17.2.0.49 863 9/3/2019
17.2.0.47 837 8/27/2019
17.2.0.46 927 8/22/2019
17.2.0.41 912 8/13/2019
17.2.0.40 934 8/6/2019
17.2.0.39 898 7/30/2019
17.2.0.36 873 7/23/2019
17.2.0.35 849 7/17/2019
17.2.0.34 959 7/11/2019
17.2.0.28-beta 547 6/27/2019
17.1.0.53 875 6/25/2019
17.1.0.52 850 6/18/2019
17.1.0.51 944 6/11/2019
17.1.0.50 891 6/4/2019
17.1.0.49 898 5/28/2019
17.1.0.48 966 5/21/2019
17.1.0.47 892 5/14/2019
17.1.0.44 900 5/7/2019
17.1.0.43 894 4/30/2019
17.1.0.42 964 4/23/2019
17.1.0.41 906 4/16/2019
17.1.0.40 917 4/9/2019
17.1.0.38 916 3/29/2019
17.1.0.32-beta 633 3/13/2019
16.4.0.54 1,037 2/19/2019
16.4.0.53 1,022 2/13/2019
16.4.0.52 1,035 2/5/2019
16.4.0.48 978 1/22/2019
16.4.0.47 987 1/16/2019
16.4.0.46 1,016 1/8/2019
16.4.0.44 966 12/24/2018
16.4.0.42 1,017 12/17/2018
16.4.0.40-beta 708 12/10/2018
16.3.0.36 1,044 11/27/2018
16.3.0.35-beta 755 11/23/2018
16.3.0.29 1,043 10/30/2018
16.3.0.21 1,123 9/21/2018
16.3.0.17-beta 795 9/12/2018
16.2.0.50 1,135 8/28/2018
16.2.0.46 1,257 8/8/2018