Syncfusion.SfBarcode.UWP 26.1.39

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.1.39                
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 26.1.39                
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.1.39" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.UWP --version 26.1.39                
#r "nuget: Syncfusion.SfBarcode.UWP, 26.1.39"                
#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.1.39

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

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.36 37 12/23/2024
28.1.35 80 12/18/2024
28.1.33 79 12/12/2024
27.2.5 77 12/2/2024
27.2.4 90 11/26/2024
27.2.3 91 11/22/2024
27.2.2 102 11/15/2024
27.1.58 96 11/4/2024
27.1.57 89 10/28/2024
27.1.56 75 10/23/2024
27.1.55 89 10/21/2024
27.1.53 107 10/14/2024
27.1.52 93 10/7/2024
27.1.51 99 9/30/2024
27.1.50 105 9/23/2024
27.1.48 144 9/18/2024
26.2.14 126 9/9/2024
26.2.13 126 9/5/2024
26.2.12 109 9/2/2024
26.2.11 108 8/27/2024
26.2.10 132 8/19/2024
26.2.9 121 8/12/2024
26.2.8 100 8/5/2024
26.2.7 59 7/29/2024
26.2.5 77 7/26/2024
26.2.4 102 7/24/2024
26.1.42 107 7/15/2024
26.1.41 106 7/8/2024
26.1.40 111 7/1/2024
26.1.39 411 6/24/2024
26.1.38 142 6/18/2024
26.1.35 138 6/11/2024
25.2.7 103 6/3/2024
25.2.6 104 5/28/2024
25.2.5 99 5/21/2024
25.2.4 98 5/14/2024
25.2.3 149 5/8/2024
25.1.42 190 4/29/2024
25.1.41 121 4/23/2024
25.1.40 120 4/15/2024
25.1.39 139 4/8/2024
25.1.38 113 4/1/2024
25.1.37 111 3/26/2024
25.1.35 154 3/15/2024
24.2.9 138 3/4/2024
24.2.8 125 2/26/2024
24.2.7 115 2/19/2024
24.2.6 125 2/14/2024
24.2.5 123 2/12/2024
24.2.4 107 2/5/2024
24.2.3 148 1/31/2024
24.1.47 123 1/22/2024
24.1.46 125 1/16/2024
24.1.45 149 1/8/2024
24.1.44 153 1/2/2024
24.1.43 137 12/27/2023
24.1.41 168 12/18/2023
23.2.7 204 12/6/2023
23.2.6 204 11/28/2023
23.2.5 162 11/23/2023
23.2.4 140 11/20/2023
23.1.44 187 11/6/2023
23.1.43 174 10/30/2023
23.1.42 172 10/23/2023
23.1.41 175 10/16/2023
23.1.40 341 10/10/2023
23.1.39 170 10/4/2023
23.1.38 191 9/26/2023
23.1.36 258 9/15/2023
22.2.12 221 9/5/2023
22.2.11 220 8/28/2023
22.2.10 197 8/22/2023
22.2.9 251 8/14/2023
22.2.8 199 8/7/2023
22.2.7 204 8/2/2023
22.2.5 234 7/27/2023
22.1.39 230 7/18/2023
22.1.38 204 7/11/2023
22.1.37 245 7/3/2023
22.1.36 247 6/28/2023
22.1.34 2,369 6/21/2023
21.2.10 260 6/12/2023
21.2.9 242 6/6/2023
21.2.8 272 5/30/2023
21.2.6 245 5/22/2023
21.2.5 281 5/15/2023
21.2.4 252 5/9/2023
21.2.3 322 5/3/2023
21.1.41 298 4/19/2023
21.1.39 334 4/10/2023
21.1.38 312 4/3/2023
21.1.37 315 3/29/2023
21.1.35 383 3/23/2023
20.4.0.54 351 3/13/2023
20.4.0.53 362 3/7/2023
20.4.0.52 311 2/28/2023
20.4.0.51 352 2/21/2023
20.4.0.50 371 2/14/2023
20.4.0.49 366 2/7/2023
20.4.0.48 505 2/1/2023
20.4.0.44 433 1/18/2023
20.4.0.43 449 1/10/2023
20.4.0.42 456 1/4/2023
20.4.0.41 403 12/29/2022
20.4.0.40 385 12/28/2022
20.4.0.38 458 12/21/2022
20.3.0.61 422 12/12/2022
20.3.0.60 413 12/6/2022
20.3.0.59 443 11/29/2022
20.3.0.58 1,427 11/22/2022
20.3.0.57 461 11/15/2022
20.3.0.56 488 11/8/2022
20.3.0.52 547 10/27/2022
20.3.0.50 545 10/18/2022
20.3.0.49 540 10/11/2022
20.3.0.48 476 10/5/2022
20.3.0.47 546 9/29/2022
20.2.0.50 600 9/20/2022
20.2.0.49 559 9/13/2022
20.2.0.48 550 9/6/2022
20.2.0.46 588 8/30/2022
20.2.0.45 567 8/23/2022
20.2.0.44 567 8/16/2022
20.2.0.43 673 8/8/2022
20.2.0.40 619 7/26/2022
20.2.0.39 698 7/19/2022
20.2.0.38 549 7/12/2022
20.2.0.36 686 6/30/2022
20.1.0.61 583 6/20/2022
20.1.0.60 591 6/14/2022
20.1.0.59 599 6/6/2022
20.1.0.58 573 5/30/2022
20.1.0.57 616 5/23/2022
20.1.0.56 607 5/17/2022
20.1.0.55 658 5/12/2022
20.1.0.52 570 5/2/2022
20.1.0.51 586 4/26/2022
20.1.0.50 604 4/19/2022
20.1.0.48 586 4/12/2022
20.1.0.47 692 4/4/2022
19.4.0.56 654 3/14/2022
19.4.0.55 590 3/8/2022
19.4.0.54 576 2/28/2022
19.4.0.53 588 2/22/2022
19.4.0.52 590 2/15/2022
19.4.0.50 573 2/8/2022
19.4.0.48 666 1/31/2022
19.4.0.47 646 1/24/2022
19.4.0.43 602 1/18/2022
19.4.0.42 414 1/10/2022
19.4.0.41 417 1/4/2022
19.4.0.40 417 12/28/2021
19.4.0.38 516 12/17/2021
19.3.0.59 483 12/14/2021
19.3.0.57 451 12/7/2021
19.3.0.56 1,049 11/29/2021
19.3.0.55 461 11/23/2021
19.3.0.54 438 11/17/2021
19.3.0.53 531 11/12/2021
19.3.0.48 452 11/3/2021
19.3.0.47 493 10/26/2021
19.3.0.46 570 10/19/2021
19.3.0.45 536 10/12/2021
19.3.0.44 518 10/5/2021
19.3.0.43 604 9/30/2021
19.2.0.62 598 9/13/2021
19.2.0.60 523 9/7/2021
19.2.0.59 579 8/30/2021
19.2.0.57 581 8/24/2021
19.2.0.56 555 8/17/2021
19.2.0.55 641 8/11/2021
19.2.0.51 559 8/2/2021
19.2.0.49 579 7/26/2021
19.2.0.48 536 7/19/2021
19.2.0.47 552 7/13/2021
19.2.0.46 522 7/6/2021
19.2.0.44 654 6/30/2021
19.1.0.69 632 6/14/2021
19.1.0.67 625 6/7/2021
19.1.0.66 615 5/31/2021
19.1.0.65 594 5/24/2021
19.1.0.64 610 5/19/2021
19.1.0.63 670 5/13/2021
19.1.0.59 548 5/3/2021
19.1.0.58 556 4/26/2021
19.1.0.57 647 4/20/2021
19.1.0.56 620 4/12/2021
19.1.0.55 577 4/6/2021
19.1.0.54 626 3/30/2021
18.4.0.49 1,176 3/22/2021
18.4.0.48 569 3/16/2021
18.4.0.47 625 3/9/2021
18.4.0.46 597 3/2/2021
18.4.0.44 613 2/23/2021
18.4.0.43 585 2/15/2021
18.4.0.42 655 2/9/2021
18.4.0.41 1,051 2/2/2021
18.4.0.39 710 1/28/2021
18.4.0.35 585 1/19/2021
18.4.0.34 611 1/12/2021
18.4.0.33 615 1/4/2021
18.4.0.32 597 12/30/2020
18.4.0.31 604 12/22/2020
18.4.0.30 756 12/17/2020
18.3.0.53 663 12/8/2020
18.3.0.52 684 11/30/2020
18.3.0.51 640 11/23/2020
18.3.0.50 629 11/17/2020
18.3.0.48 636 11/10/2020
18.3.0.47 695 11/5/2020
18.3.0.44 682 10/27/2020
18.3.0.42 658 10/20/2020
18.3.0.40 646 10/12/2020
18.3.0.38 642 10/7/2020
18.3.0.35 787 10/1/2020
18.2.0.59 3,572 9/22/2020
18.2.0.58 654 9/15/2020
18.2.0.57 718 9/8/2020
18.2.0.56 642 9/1/2020
18.2.0.55 664 8/25/2020
18.2.0.54 675 8/18/2020
18.2.0.48 754 8/4/2020
18.2.0.47 733 7/28/2020
18.2.0.46 672 7/21/2020
18.2.0.45 695 7/14/2020
18.2.0.44 892 7/6/2020
18.1.0.59 791 6/23/2020
18.1.0.57 717 6/15/2020
18.1.0.56 714 6/9/2020
18.1.0.55 718 6/2/2020
18.1.0.54 725 5/26/2020
18.1.0.53 750 5/19/2020
18.1.0.52 816 5/13/2020
18.1.0.48 742 5/5/2020
18.1.0.46 750 4/28/2020
18.1.0.45 709 4/21/2020
18.1.0.44 734 4/14/2020
18.1.0.43 762 4/7/2020
18.1.0.42 915 4/1/2020
18.1.0.36-beta 461 3/19/2020
17.4.0.55 806 3/10/2020
17.4.0.53 751 3/3/2020
17.4.0.51 751 2/25/2020
17.4.0.50 764 2/18/2020
17.4.0.49 749 2/11/2020
17.4.0.47 761 2/5/2020
17.4.0.46 892 1/30/2020
17.4.0.44 785 1/21/2020
17.4.0.43 773 1/14/2020
17.4.0.41 811 1/7/2020
17.4.0.40 818 12/24/2019
17.4.0.39 933 12/17/2019
17.3.0.34 768 12/10/2019
17.3.0.33 744 12/4/2019
17.3.0.30 769 12/3/2019
17.3.0.29 795 11/26/2019
17.3.0.28 756 11/18/2019
17.3.0.27 786 11/12/2019
17.3.0.26 857 11/5/2019
17.3.0.21 744 10/29/2019
17.3.0.19 761 10/22/2019
17.3.0.17 887 10/15/2019
17.3.0.14 1,459 10/3/2019
17.3.0.9-beta 507 9/20/2019
17.2.0.51 780 9/10/2019
17.2.0.49 793 9/3/2019
17.2.0.47 773 8/27/2019
17.2.0.46 857 8/22/2019
17.2.0.41 841 8/13/2019
17.2.0.40 864 8/6/2019
17.2.0.39 825 7/30/2019
17.2.0.36 800 7/23/2019
17.2.0.35 779 7/17/2019
17.2.0.34 889 7/11/2019
17.2.0.28-beta 476 6/27/2019
17.1.0.53 809 6/25/2019
17.1.0.52 781 6/18/2019
17.1.0.51 871 6/11/2019
17.1.0.50 818 6/4/2019
17.1.0.49 826 5/28/2019
17.1.0.48 895 5/21/2019
17.1.0.47 816 5/14/2019
17.1.0.44 828 5/7/2019
17.1.0.43 822 4/30/2019
17.1.0.42 893 4/23/2019
17.1.0.41 832 4/16/2019
17.1.0.40 846 4/9/2019
17.1.0.38 843 3/29/2019
17.1.0.32-beta 559 3/13/2019
16.4.0.54 966 2/19/2019
16.4.0.53 952 2/13/2019
16.4.0.52 963 2/5/2019
16.4.0.48 908 1/22/2019
16.4.0.47 909 1/16/2019
16.4.0.46 946 1/8/2019
16.4.0.44 895 12/24/2018
16.4.0.42 945 12/17/2018
16.4.0.40-beta 639 12/10/2018
16.3.0.36 972 11/27/2018
16.3.0.35-beta 676 11/23/2018
16.3.0.29 954 10/30/2018
16.3.0.21 1,034 9/21/2018
16.3.0.17-beta 706 9/12/2018
16.2.0.50 1,036 8/28/2018
16.2.0.46 1,110 8/8/2018