Syncfusion.SfBarcode.UWP 26.2.7

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 26.2.7                
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 26.2.7                
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="26.2.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.UWP --version 26.2.7                
#r "nuget: Syncfusion.SfBarcode.UWP, 26.2.7"                
#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.
// Install Syncfusion.SfBarcode.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.SfBarcode.UWP&version=26.2.7

// Install Syncfusion.SfBarcode.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=26.2.7                

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
28.1.38 40 1/7/2025
28.1.37 82 12/31/2024
28.1.36 76 12/23/2024
28.1.35 90 12/18/2024
28.1.33 90 12/12/2024
27.2.5 83 12/2/2024
27.2.4 93 11/26/2024
27.2.3 95 11/22/2024
27.2.2 107 11/15/2024
27.1.58 99 11/4/2024
27.1.57 92 10/28/2024
27.1.56 79 10/23/2024
27.1.55 93 10/21/2024
27.1.53 112 10/14/2024
27.1.52 98 10/7/2024
27.1.51 102 9/30/2024
27.1.50 110 9/23/2024
27.1.48 147 9/18/2024
26.2.14 129 9/9/2024
26.2.13 131 9/5/2024
26.2.12 114 9/2/2024
26.2.11 112 8/27/2024
26.2.10 134 8/19/2024
26.2.9 123 8/12/2024
26.2.8 102 8/5/2024
26.2.7 61 7/29/2024
26.2.5 79 7/26/2024
26.2.4 104 7/24/2024
26.1.42 111 7/15/2024
26.1.41 108 7/8/2024
26.1.40 113 7/1/2024
26.1.39 413 6/24/2024
26.1.38 144 6/18/2024
26.1.35 140 6/11/2024
25.2.7 105 6/3/2024
25.2.6 106 5/28/2024
25.2.5 101 5/21/2024
25.2.4 100 5/14/2024
25.2.3 151 5/8/2024
25.1.42 192 4/29/2024
25.1.41 123 4/23/2024
25.1.40 122 4/15/2024
25.1.39 141 4/8/2024
25.1.38 115 4/1/2024
25.1.37 113 3/26/2024
25.1.35 156 3/15/2024
24.2.9 140 3/4/2024
24.2.8 127 2/26/2024
24.2.7 117 2/19/2024
24.2.6 131 2/14/2024
24.2.5 125 2/12/2024
24.2.4 111 2/5/2024
24.2.3 150 1/31/2024
24.1.47 125 1/22/2024
24.1.46 127 1/16/2024
24.1.45 151 1/8/2024
24.1.44 155 1/2/2024
24.1.43 139 12/27/2023
24.1.41 170 12/18/2023
23.2.7 206 12/6/2023
23.2.6 206 11/28/2023
23.2.5 164 11/23/2023
23.2.4 143 11/20/2023
23.1.44 190 11/6/2023
23.1.43 177 10/30/2023
23.1.42 175 10/23/2023
23.1.41 178 10/16/2023
23.1.40 344 10/10/2023
23.1.39 173 10/4/2023
23.1.38 194 9/26/2023
23.1.36 261 9/15/2023
22.2.12 224 9/5/2023
22.2.11 223 8/28/2023
22.2.10 200 8/22/2023
22.2.9 256 8/14/2023
22.2.8 203 8/7/2023
22.2.7 207 8/2/2023
22.2.5 238 7/27/2023
22.1.39 233 7/18/2023
22.1.38 207 7/11/2023
22.1.37 248 7/3/2023
22.1.36 250 6/28/2023
22.1.34 2,422 6/21/2023
21.2.10 263 6/12/2023
21.2.9 245 6/6/2023
21.2.8 277 5/30/2023
21.2.6 250 5/22/2023
21.2.5 285 5/15/2023
21.2.4 255 5/9/2023
21.2.3 325 5/3/2023
21.1.41 301 4/19/2023
21.1.39 337 4/10/2023
21.1.38 315 4/3/2023
21.1.37 319 3/29/2023
21.1.35 387 3/23/2023
20.4.0.54 353 3/13/2023
20.4.0.53 366 3/7/2023
20.4.0.52 315 2/28/2023
20.4.0.51 355 2/21/2023
20.4.0.50 374 2/14/2023
20.4.0.49 371 2/7/2023
20.4.0.48 510 2/1/2023
20.4.0.44 438 1/18/2023
20.4.0.43 454 1/10/2023
20.4.0.42 459 1/4/2023
20.4.0.41 408 12/29/2022
20.4.0.40 390 12/28/2022
20.4.0.38 463 12/21/2022
20.3.0.61 425 12/12/2022
20.3.0.60 420 12/6/2022
20.3.0.59 448 11/29/2022
20.3.0.58 1,434 11/22/2022
20.3.0.57 466 11/15/2022
20.3.0.56 495 11/8/2022
20.3.0.52 552 10/27/2022
20.3.0.50 550 10/18/2022
20.3.0.49 545 10/11/2022
20.3.0.48 483 10/5/2022
20.3.0.47 553 9/29/2022
20.2.0.50 605 9/20/2022
20.2.0.49 564 9/13/2022
20.2.0.48 557 9/6/2022
20.2.0.46 593 8/30/2022
20.2.0.45 574 8/23/2022
20.2.0.44 574 8/16/2022
20.2.0.43 678 8/8/2022
20.2.0.40 625 7/26/2022
20.2.0.39 705 7/19/2022
20.2.0.38 554 7/12/2022
20.2.0.36 691 6/30/2022
20.1.0.61 590 6/20/2022
20.1.0.60 598 6/14/2022
20.1.0.59 604 6/6/2022
20.1.0.58 578 5/30/2022
20.1.0.57 624 5/23/2022
20.1.0.56 612 5/17/2022
20.1.0.55 661 5/12/2022
20.1.0.52 573 5/2/2022
20.1.0.51 589 4/26/2022
20.1.0.50 609 4/19/2022
20.1.0.48 589 4/12/2022
20.1.0.47 697 4/4/2022
19.4.0.56 659 3/14/2022
19.4.0.55 595 3/8/2022
19.4.0.54 579 2/28/2022
19.4.0.53 591 2/22/2022
19.4.0.52 595 2/15/2022
19.4.0.50 576 2/8/2022
19.4.0.48 669 1/31/2022
19.4.0.47 651 1/24/2022
19.4.0.43 605 1/18/2022
19.4.0.42 417 1/10/2022
19.4.0.41 422 1/4/2022
19.4.0.40 420 12/28/2021
19.4.0.38 521 12/17/2021
19.3.0.59 486 12/14/2021
19.3.0.57 454 12/7/2021
19.3.0.56 1,054 11/29/2021
19.3.0.55 464 11/23/2021
19.3.0.54 443 11/17/2021
19.3.0.53 534 11/12/2021
19.3.0.48 455 11/3/2021
19.3.0.47 498 10/26/2021
19.3.0.46 573 10/19/2021
19.3.0.45 539 10/12/2021
19.3.0.44 521 10/5/2021
19.3.0.43 609 9/30/2021
19.2.0.62 601 9/13/2021
19.2.0.60 526 9/7/2021
19.2.0.59 584 8/30/2021
19.2.0.57 584 8/24/2021
19.2.0.56 560 8/17/2021
19.2.0.55 644 8/11/2021
19.2.0.51 564 8/2/2021
19.2.0.49 582 7/26/2021
19.2.0.48 541 7/19/2021
19.2.0.47 555 7/13/2021
19.2.0.46 525 7/6/2021
19.2.0.44 657 6/30/2021
19.1.0.69 637 6/14/2021
19.1.0.67 630 6/7/2021
19.1.0.66 618 5/31/2021
19.1.0.65 597 5/24/2021
19.1.0.64 613 5/19/2021
19.1.0.63 673 5/13/2021
19.1.0.59 554 5/3/2021
19.1.0.58 561 4/26/2021
19.1.0.57 650 4/20/2021
19.1.0.56 623 4/12/2021
19.1.0.55 582 4/6/2021
19.1.0.54 631 3/30/2021
18.4.0.49 1,184 3/22/2021
18.4.0.48 573 3/16/2021
18.4.0.47 628 3/9/2021
18.4.0.46 600 3/2/2021
18.4.0.44 616 2/23/2021
18.4.0.43 588 2/15/2021
18.4.0.42 660 2/9/2021
18.4.0.41 1,056 2/2/2021
18.4.0.39 713 1/28/2021
18.4.0.35 588 1/19/2021
18.4.0.34 615 1/12/2021
18.4.0.33 620 1/4/2021
18.4.0.32 600 12/30/2020
18.4.0.31 607 12/22/2020
18.4.0.30 759 12/17/2020
18.3.0.53 666 12/8/2020
18.3.0.52 689 11/30/2020
18.3.0.51 645 11/23/2020
18.3.0.50 632 11/17/2020
18.3.0.48 639 11/10/2020
18.3.0.47 698 11/5/2020
18.3.0.44 687 10/27/2020
18.3.0.42 662 10/20/2020
18.3.0.40 649 10/12/2020
18.3.0.38 647 10/7/2020
18.3.0.35 791 10/1/2020
18.2.0.59 3,589 9/22/2020
18.2.0.58 659 9/15/2020
18.2.0.57 721 9/8/2020
18.2.0.56 645 9/1/2020
18.2.0.55 669 8/25/2020
18.2.0.54 681 8/18/2020
18.2.0.48 759 8/4/2020
18.2.0.47 739 7/28/2020
18.2.0.46 675 7/21/2020
18.2.0.45 698 7/14/2020
18.2.0.44 897 7/6/2020
18.1.0.59 795 6/23/2020
18.1.0.57 722 6/15/2020
18.1.0.56 717 6/9/2020
18.1.0.55 721 6/2/2020
18.1.0.54 729 5/26/2020
18.1.0.53 755 5/19/2020
18.1.0.52 821 5/13/2020
18.1.0.48 747 5/5/2020
18.1.0.46 755 4/28/2020
18.1.0.45 714 4/21/2020
18.1.0.44 738 4/14/2020
18.1.0.43 768 4/7/2020
18.1.0.42 918 4/1/2020
18.1.0.36-beta 464 3/19/2020
17.4.0.55 809 3/10/2020
17.4.0.53 754 3/3/2020
17.4.0.51 754 2/25/2020
17.4.0.50 767 2/18/2020
17.4.0.49 756 2/11/2020
17.4.0.47 766 2/5/2020
17.4.0.46 895 1/30/2020
17.4.0.44 788 1/21/2020
17.4.0.43 778 1/14/2020
17.4.0.41 814 1/7/2020
17.4.0.40 821 12/24/2019
17.4.0.39 938 12/17/2019
17.3.0.34 771 12/10/2019
17.3.0.33 747 12/4/2019
17.3.0.30 772 12/3/2019
17.3.0.29 800 11/26/2019
17.3.0.28 759 11/18/2019
17.3.0.27 789 11/12/2019
17.3.0.26 860 11/5/2019
17.3.0.21 747 10/29/2019
17.3.0.19 764 10/22/2019
17.3.0.17 890 10/15/2019
17.3.0.14 1,462 10/3/2019
17.3.0.9-beta 510 9/20/2019
17.2.0.51 784 9/10/2019
17.2.0.49 797 9/3/2019
17.2.0.47 776 8/27/2019
17.2.0.46 860 8/22/2019
17.2.0.41 845 8/13/2019
17.2.0.40 868 8/6/2019
17.2.0.39 828 7/30/2019
17.2.0.36 803 7/23/2019
17.2.0.35 783 7/17/2019
17.2.0.34 893 7/11/2019
17.2.0.28-beta 479 6/27/2019
17.1.0.53 812 6/25/2019
17.1.0.52 784 6/18/2019
17.1.0.51 874 6/11/2019
17.1.0.50 823 6/4/2019
17.1.0.49 829 5/28/2019
17.1.0.48 898 5/21/2019
17.1.0.47 819 5/14/2019
17.1.0.44 831 5/7/2019
17.1.0.43 825 4/30/2019
17.1.0.42 896 4/23/2019
17.1.0.41 835 4/16/2019
17.1.0.40 849 4/9/2019
17.1.0.38 847 3/29/2019
17.1.0.32-beta 563 3/13/2019
16.4.0.54 969 2/19/2019
16.4.0.53 955 2/13/2019
16.4.0.52 966 2/5/2019
16.4.0.48 911 1/22/2019
16.4.0.47 912 1/16/2019
16.4.0.46 949 1/8/2019
16.4.0.44 897 12/24/2018
16.4.0.42 947 12/17/2018
16.4.0.40-beta 641 12/10/2018
16.3.0.36 974 11/27/2018
16.3.0.35-beta 678 11/23/2018
16.3.0.29 956 10/30/2018
16.3.0.21 1,036 9/21/2018
16.3.0.17-beta 708 9/12/2018
16.2.0.50 1,038 8/28/2018
16.2.0.46 1,113 8/8/2018