Syncfusion.SfBarcode.UWP 25.1.39

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 25.1.39
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 25.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="25.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 25.1.39
#r "nuget: Syncfusion.SfBarcode.UWP, 25.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=25.1.39

// Install Syncfusion.SfBarcode.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=25.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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
25.1.42 10 4/29/2024
25.1.41 81 4/23/2024
25.1.40 82 4/15/2024
25.1.39 101 4/8/2024
25.1.38 91 4/1/2024
25.1.37 85 3/26/2024
25.1.35 121 3/15/2024
24.2.9 102 3/4/2024
24.2.8 103 2/26/2024
24.2.7 92 2/19/2024
24.2.6 90 2/14/2024
24.2.5 89 2/12/2024
24.2.4 81 2/5/2024
24.2.3 110 1/31/2024
24.1.47 88 1/22/2024
24.1.46 90 1/16/2024
24.1.45 117 1/8/2024
24.1.44 115 1/2/2024
24.1.43 103 12/27/2023
24.1.41 135 12/18/2023
23.2.7 170 12/6/2023
23.2.6 163 11/28/2023
23.2.5 130 11/23/2023
23.2.4 121 11/20/2023
23.1.44 147 11/6/2023
23.1.43 117 10/30/2023
23.1.42 136 10/23/2023
23.1.41 139 10/16/2023
23.1.40 163 10/10/2023
23.1.39 148 10/4/2023
23.1.38 153 9/26/2023
23.1.36 215 9/15/2023
22.2.12 187 9/5/2023
22.2.11 188 8/28/2023
22.2.10 164 8/22/2023
22.2.9 209 8/14/2023
22.2.8 169 8/7/2023
22.2.7 173 8/2/2023
22.2.5 194 7/27/2023
22.1.39 193 7/18/2023
22.1.38 173 7/11/2023
22.1.37 211 7/3/2023
22.1.36 213 6/28/2023
22.1.34 1,438 6/21/2023
21.2.10 223 6/12/2023
21.2.9 208 6/6/2023
21.2.8 246 5/30/2023
21.2.6 211 5/22/2023
21.2.5 250 5/15/2023
21.2.4 221 5/9/2023
21.2.3 292 5/3/2023
21.1.41 269 4/19/2023
21.1.39 300 4/10/2023
21.1.38 280 4/3/2023
21.1.37 286 3/29/2023
21.1.35 348 3/23/2023
20.4.0.54 324 3/13/2023
20.4.0.53 332 3/7/2023
20.4.0.52 280 2/28/2023
20.4.0.51 320 2/21/2023
20.4.0.50 338 2/14/2023
20.4.0.49 329 2/7/2023
20.4.0.48 462 2/1/2023
20.4.0.44 395 1/18/2023
20.4.0.43 420 1/10/2023
20.4.0.42 420 1/4/2023
20.4.0.41 371 12/29/2022
20.4.0.40 356 12/28/2022
20.4.0.38 426 12/21/2022
20.3.0.61 387 12/12/2022
20.3.0.60 382 12/6/2022
20.3.0.59 410 11/29/2022
20.3.0.58 1,290 11/22/2022
20.3.0.57 428 11/15/2022
20.3.0.56 459 11/8/2022
20.3.0.52 512 10/27/2022
20.3.0.50 510 10/18/2022
20.3.0.49 505 10/11/2022
20.3.0.48 448 10/5/2022
20.3.0.47 513 9/29/2022
20.2.0.50 564 9/20/2022
20.2.0.49 530 9/13/2022
20.2.0.48 519 9/6/2022
20.2.0.46 550 8/30/2022
20.2.0.45 539 8/23/2022
20.2.0.44 537 8/16/2022
20.2.0.43 646 8/8/2022
20.2.0.40 587 7/26/2022
20.2.0.39 670 7/19/2022
20.2.0.38 519 7/12/2022
20.2.0.36 664 6/30/2022
20.1.0.61 553 6/20/2022
20.1.0.60 557 6/14/2022
20.1.0.59 567 6/6/2022
20.1.0.58 538 5/30/2022
20.1.0.57 582 5/23/2022
20.1.0.56 578 5/17/2022
20.1.0.55 636 5/12/2022
20.1.0.52 542 5/2/2022
20.1.0.51 554 4/26/2022
20.1.0.50 568 4/19/2022
20.1.0.48 553 4/12/2022
20.1.0.47 655 4/4/2022
19.4.0.56 634 3/14/2022
19.4.0.55 556 3/8/2022
19.4.0.54 538 2/28/2022
19.4.0.53 557 2/22/2022
19.4.0.52 559 2/15/2022
19.4.0.50 554 2/8/2022
19.4.0.48 632 1/31/2022
19.4.0.47 601 1/24/2022
19.4.0.43 573 1/18/2022
19.4.0.42 381 1/10/2022
19.4.0.41 387 1/4/2022
19.4.0.40 386 12/28/2021
19.4.0.38 487 12/17/2021
19.3.0.59 451 12/14/2021
19.3.0.57 424 12/7/2021
19.3.0.56 1,015 11/29/2021
19.3.0.55 431 11/23/2021
19.3.0.54 407 11/17/2021
19.3.0.53 498 11/12/2021
19.3.0.48 419 11/3/2021
19.3.0.47 462 10/26/2021
19.3.0.46 537 10/19/2021
19.3.0.45 505 10/12/2021
19.3.0.44 480 10/5/2021
19.3.0.43 569 9/30/2021
19.2.0.62 563 9/13/2021
19.2.0.60 490 9/7/2021
19.2.0.59 542 8/30/2021
19.2.0.57 549 8/24/2021
19.2.0.56 519 8/17/2021
19.2.0.55 603 8/11/2021
19.2.0.51 520 8/2/2021
19.2.0.49 539 7/26/2021
19.2.0.48 503 7/19/2021
19.2.0.47 521 7/13/2021
19.2.0.46 502 7/6/2021
19.2.0.44 617 6/30/2021
19.1.0.69 609 6/14/2021
19.1.0.67 591 6/7/2021
19.1.0.66 575 5/31/2021
19.1.0.65 560 5/24/2021
19.1.0.64 577 5/19/2021
19.1.0.63 634 5/13/2021
19.1.0.59 527 5/3/2021
19.1.0.58 535 4/26/2021
19.1.0.57 609 4/20/2021
19.1.0.56 583 4/12/2021
19.1.0.55 545 4/6/2021
19.1.0.54 594 3/30/2021
18.4.0.49 1,135 3/22/2021
18.4.0.48 525 3/16/2021
18.4.0.47 592 3/9/2021
18.4.0.46 559 3/2/2021
18.4.0.44 574 2/23/2021
18.4.0.43 550 2/15/2021
18.4.0.42 620 2/9/2021
18.4.0.41 1,032 2/2/2021
18.4.0.39 690 1/28/2021
18.4.0.35 550 1/19/2021
18.4.0.34 578 1/12/2021
18.4.0.33 579 1/4/2021
18.4.0.32 558 12/30/2020
18.4.0.31 569 12/22/2020
18.4.0.30 722 12/17/2020
18.3.0.53 626 12/8/2020
18.3.0.52 650 11/30/2020
18.3.0.51 606 11/23/2020
18.3.0.50 610 11/17/2020
18.3.0.48 600 11/10/2020
18.3.0.47 660 11/5/2020
18.3.0.44 647 10/27/2020
18.3.0.42 621 10/20/2020
18.3.0.40 613 10/12/2020
18.3.0.38 608 10/7/2020
18.3.0.35 746 10/1/2020
18.2.0.59 3,251 9/22/2020
18.2.0.58 617 9/15/2020
18.2.0.57 683 9/8/2020
18.2.0.56 604 9/1/2020
18.2.0.55 629 8/25/2020
18.2.0.54 639 8/18/2020
18.2.0.48 718 8/4/2020
18.2.0.47 698 7/28/2020
18.2.0.46 651 7/21/2020
18.2.0.45 660 7/14/2020
18.2.0.44 851 7/6/2020
18.1.0.59 768 6/23/2020
18.1.0.57 683 6/15/2020
18.1.0.56 675 6/9/2020
18.1.0.55 681 6/2/2020
18.1.0.54 685 5/26/2020
18.1.0.53 714 5/19/2020
18.1.0.52 779 5/13/2020
18.1.0.48 705 5/5/2020
18.1.0.46 716 4/28/2020
18.1.0.45 689 4/21/2020
18.1.0.44 702 4/14/2020
18.1.0.43 729 4/7/2020
18.1.0.42 881 4/1/2020
18.1.0.36-beta 434 3/19/2020
17.4.0.55 785 3/10/2020
17.4.0.53 720 3/3/2020
17.4.0.51 717 2/25/2020
17.4.0.50 729 2/18/2020
17.4.0.49 719 2/11/2020
17.4.0.47 727 2/5/2020
17.4.0.46 860 1/30/2020
17.4.0.44 752 1/21/2020
17.4.0.43 742 1/14/2020
17.4.0.41 776 1/7/2020
17.4.0.40 783 12/24/2019
17.4.0.39 900 12/17/2019
17.3.0.34 732 12/10/2019
17.3.0.33 714 12/4/2019
17.3.0.30 737 12/3/2019
17.3.0.29 762 11/26/2019
17.3.0.28 737 11/18/2019
17.3.0.27 753 11/12/2019
17.3.0.26 825 11/5/2019
17.3.0.21 709 10/29/2019
17.3.0.19 726 10/22/2019
17.3.0.17 853 10/15/2019
17.3.0.14 1,424 10/3/2019
17.3.0.9-beta 482 9/20/2019
17.2.0.51 758 9/10/2019
17.2.0.49 755 9/3/2019
17.2.0.47 735 8/27/2019
17.2.0.46 823 8/22/2019
17.2.0.41 799 8/13/2019
17.2.0.40 826 8/6/2019
17.2.0.39 802 7/30/2019
17.2.0.36 780 7/23/2019
17.2.0.35 760 7/17/2019
17.2.0.34 856 7/11/2019
17.2.0.28-beta 450 6/27/2019
17.1.0.53 774 6/25/2019
17.1.0.52 749 6/18/2019
17.1.0.51 830 6/11/2019
17.1.0.50 786 6/4/2019
17.1.0.49 796 5/28/2019
17.1.0.48 859 5/21/2019
17.1.0.47 783 5/14/2019
17.1.0.44 793 5/7/2019
17.1.0.43 792 4/30/2019
17.1.0.42 863 4/23/2019
17.1.0.41 798 4/16/2019
17.1.0.40 814 4/9/2019
17.1.0.38 826 3/29/2019
17.1.0.32-beta 536 3/13/2019
16.4.0.54 934 2/19/2019
16.4.0.53 922 2/13/2019
16.4.0.52 928 2/5/2019
16.4.0.48 875 1/22/2019
16.4.0.47 874 1/16/2019
16.4.0.46 911 1/8/2019
16.4.0.44 859 12/24/2018
16.4.0.42 910 12/17/2018
16.4.0.40-beta 611 12/10/2018
16.3.0.36 932 11/27/2018
16.3.0.35-beta 645 11/23/2018
16.3.0.29 914 10/30/2018
16.3.0.21 984 9/21/2018
16.3.0.17-beta 670 9/12/2018
16.2.0.50 990 8/28/2018
16.2.0.46 1,074 8/8/2018