Syncfusion.SfBarcode.UWP 26.1.39

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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 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
26.1.39 41 6/24/2024
26.1.38 88 6/18/2024
26.1.35 86 6/11/2024
25.2.7 81 6/3/2024
25.2.6 66 5/28/2024
25.2.5 80 5/21/2024
25.2.4 65 5/14/2024
25.2.3 112 5/8/2024
25.1.42 160 4/29/2024
25.1.41 93 4/23/2024
25.1.40 93 4/15/2024
25.1.39 110 4/8/2024
25.1.38 99 4/1/2024
25.1.37 94 3/26/2024
25.1.35 135 3/15/2024
24.2.9 110 3/4/2024
24.2.8 109 2/26/2024
24.2.7 99 2/19/2024
24.2.6 96 2/14/2024
24.2.5 94 2/12/2024
24.2.4 87 2/5/2024
24.2.3 117 1/31/2024
24.1.47 95 1/22/2024
24.1.46 96 1/16/2024
24.1.45 123 1/8/2024
24.1.44 122 1/2/2024
24.1.43 110 12/27/2023
24.1.41 143 12/18/2023
23.2.7 178 12/6/2023
23.2.6 170 11/28/2023
23.2.5 136 11/23/2023
23.2.4 127 11/20/2023
23.1.44 154 11/6/2023
23.1.43 124 10/30/2023
23.1.42 142 10/23/2023
23.1.41 146 10/16/2023
23.1.40 187 10/10/2023
23.1.39 154 10/4/2023
23.1.38 160 9/26/2023
23.1.36 229 9/15/2023
22.2.12 195 9/5/2023
22.2.11 195 8/28/2023
22.2.10 171 8/22/2023
22.2.9 213 8/14/2023
22.2.8 175 8/7/2023
22.2.7 179 8/2/2023
22.2.5 201 7/27/2023
22.1.39 200 7/18/2023
22.1.38 179 7/11/2023
22.1.37 218 7/3/2023
22.1.36 222 6/28/2023
22.1.34 1,639 6/21/2023
21.2.10 230 6/12/2023
21.2.9 217 6/6/2023
21.2.8 254 5/30/2023
21.2.6 218 5/22/2023
21.2.5 256 5/15/2023
21.2.4 227 5/9/2023
21.2.3 298 5/3/2023
21.1.41 276 4/19/2023
21.1.39 307 4/10/2023
21.1.38 286 4/3/2023
21.1.37 294 3/29/2023
21.1.35 357 3/23/2023
20.4.0.54 331 3/13/2023
20.4.0.53 338 3/7/2023
20.4.0.52 287 2/28/2023
20.4.0.51 326 2/21/2023
20.4.0.50 344 2/14/2023
20.4.0.49 335 2/7/2023
20.4.0.48 473 2/1/2023
20.4.0.44 405 1/18/2023
20.4.0.43 426 1/10/2023
20.4.0.42 426 1/4/2023
20.4.0.41 378 12/29/2022
20.4.0.40 362 12/28/2022
20.4.0.38 432 12/21/2022
20.3.0.61 395 12/12/2022
20.3.0.60 388 12/6/2022
20.3.0.59 418 11/29/2022
20.3.0.58 1,405 11/22/2022
20.3.0.57 432 11/15/2022
20.3.0.56 463 11/8/2022
20.3.0.52 517 10/27/2022
20.3.0.50 518 10/18/2022
20.3.0.49 513 10/11/2022
20.3.0.48 452 10/5/2022
20.3.0.47 521 9/29/2022
20.2.0.50 573 9/20/2022
20.2.0.49 534 9/13/2022
20.2.0.48 523 9/6/2022
20.2.0.46 555 8/30/2022
20.2.0.45 543 8/23/2022
20.2.0.44 541 8/16/2022
20.2.0.43 650 8/8/2022
20.2.0.40 592 7/26/2022
20.2.0.39 674 7/19/2022
20.2.0.38 524 7/12/2022
20.2.0.36 670 6/30/2022
20.1.0.61 559 6/20/2022
20.1.0.60 562 6/14/2022
20.1.0.59 571 6/6/2022
20.1.0.58 543 5/30/2022
20.1.0.57 591 5/23/2022
20.1.0.56 582 5/17/2022
20.1.0.55 640 5/12/2022
20.1.0.52 546 5/2/2022
20.1.0.51 559 4/26/2022
20.1.0.50 574 4/19/2022
20.1.0.48 558 4/12/2022
20.1.0.47 660 4/4/2022
19.4.0.56 639 3/14/2022
19.4.0.55 560 3/8/2022
19.4.0.54 545 2/28/2022
19.4.0.53 562 2/22/2022
19.4.0.52 563 2/15/2022
19.4.0.50 559 2/8/2022
19.4.0.48 638 1/31/2022
19.4.0.47 605 1/24/2022
19.4.0.43 578 1/18/2022
19.4.0.42 385 1/10/2022
19.4.0.41 391 1/4/2022
19.4.0.40 391 12/28/2021
19.4.0.38 491 12/17/2021
19.3.0.59 456 12/14/2021
19.3.0.57 428 12/7/2021
19.3.0.56 1,023 11/29/2021
19.3.0.55 435 11/23/2021
19.3.0.54 411 11/17/2021
19.3.0.53 502 11/12/2021
19.3.0.48 423 11/3/2021
19.3.0.47 467 10/26/2021
19.3.0.46 541 10/19/2021
19.3.0.45 510 10/12/2021
19.3.0.44 484 10/5/2021
19.3.0.43 575 9/30/2021
19.2.0.62 571 9/13/2021
19.2.0.60 495 9/7/2021
19.2.0.59 549 8/30/2021
19.2.0.57 554 8/24/2021
19.2.0.56 525 8/17/2021
19.2.0.55 608 8/11/2021
19.2.0.51 526 8/2/2021
19.2.0.49 546 7/26/2021
19.2.0.48 510 7/19/2021
19.2.0.47 526 7/13/2021
19.2.0.46 509 7/6/2021
19.2.0.44 624 6/30/2021
19.1.0.69 618 6/14/2021
19.1.0.67 596 6/7/2021
19.1.0.66 582 5/31/2021
19.1.0.65 566 5/24/2021
19.1.0.64 582 5/19/2021
19.1.0.63 639 5/13/2021
19.1.0.59 534 5/3/2021
19.1.0.58 542 4/26/2021
19.1.0.57 616 4/20/2021
19.1.0.56 588 4/12/2021
19.1.0.55 552 4/6/2021
19.1.0.54 600 3/30/2021
18.4.0.49 1,145 3/22/2021
18.4.0.48 533 3/16/2021
18.4.0.47 597 3/9/2021
18.4.0.46 566 3/2/2021
18.4.0.44 581 2/23/2021
18.4.0.43 556 2/15/2021
18.4.0.42 626 2/9/2021
18.4.0.41 1,038 2/2/2021
18.4.0.39 697 1/28/2021
18.4.0.35 555 1/19/2021
18.4.0.34 583 1/12/2021
18.4.0.33 584 1/4/2021
18.4.0.32 566 12/30/2020
18.4.0.31 574 12/22/2020
18.4.0.30 728 12/17/2020
18.3.0.53 633 12/8/2020
18.3.0.52 657 11/30/2020
18.3.0.51 611 11/23/2020
18.3.0.50 616 11/17/2020
18.3.0.48 606 11/10/2020
18.3.0.47 666 11/5/2020
18.3.0.44 654 10/27/2020
18.3.0.42 628 10/20/2020
18.3.0.40 620 10/12/2020
18.3.0.38 615 10/7/2020
18.3.0.35 754 10/1/2020
18.2.0.59 3,319 9/22/2020
18.2.0.58 626 9/15/2020
18.2.0.57 693 9/8/2020
18.2.0.56 610 9/1/2020
18.2.0.55 636 8/25/2020
18.2.0.54 647 8/18/2020
18.2.0.48 725 8/4/2020
18.2.0.47 706 7/28/2020
18.2.0.46 659 7/21/2020
18.2.0.45 668 7/14/2020
18.2.0.44 861 7/6/2020
18.1.0.59 777 6/23/2020
18.1.0.57 692 6/15/2020
18.1.0.56 683 6/9/2020
18.1.0.55 690 6/2/2020
18.1.0.54 696 5/26/2020
18.1.0.53 722 5/19/2020
18.1.0.52 786 5/13/2020
18.1.0.48 712 5/5/2020
18.1.0.46 724 4/28/2020
18.1.0.45 695 4/21/2020
18.1.0.44 708 4/14/2020
18.1.0.43 735 4/7/2020
18.1.0.42 888 4/1/2020
18.1.0.36-beta 440 3/19/2020
17.4.0.55 792 3/10/2020
17.4.0.53 726 3/3/2020
17.4.0.51 724 2/25/2020
17.4.0.50 737 2/18/2020
17.4.0.49 724 2/11/2020
17.4.0.47 735 2/5/2020
17.4.0.46 869 1/30/2020
17.4.0.44 759 1/21/2020
17.4.0.43 749 1/14/2020
17.4.0.41 784 1/7/2020
17.4.0.40 790 12/24/2019
17.4.0.39 907 12/17/2019
17.3.0.34 740 12/10/2019
17.3.0.33 720 12/4/2019
17.3.0.30 742 12/3/2019
17.3.0.29 769 11/26/2019
17.3.0.28 742 11/18/2019
17.3.0.27 760 11/12/2019
17.3.0.26 832 11/5/2019
17.3.0.21 716 10/29/2019
17.3.0.19 735 10/22/2019
17.3.0.17 860 10/15/2019
17.3.0.14 1,432 10/3/2019
17.3.0.9-beta 485 9/20/2019
17.2.0.51 766 9/10/2019
17.2.0.49 764 9/3/2019
17.2.0.47 742 8/27/2019
17.2.0.46 830 8/22/2019
17.2.0.41 804 8/13/2019
17.2.0.40 836 8/6/2019
17.2.0.39 811 7/30/2019
17.2.0.36 786 7/23/2019
17.2.0.35 765 7/17/2019
17.2.0.34 863 7/11/2019
17.2.0.28-beta 453 6/27/2019
17.1.0.53 782 6/25/2019
17.1.0.52 754 6/18/2019
17.1.0.51 838 6/11/2019
17.1.0.50 792 6/4/2019
17.1.0.49 801 5/28/2019
17.1.0.48 865 5/21/2019
17.1.0.47 787 5/14/2019
17.1.0.44 798 5/7/2019
17.1.0.43 798 4/30/2019
17.1.0.42 868 4/23/2019
17.1.0.41 802 4/16/2019
17.1.0.40 819 4/9/2019
17.1.0.38 832 3/29/2019
17.1.0.32-beta 539 3/13/2019
16.4.0.54 941 2/19/2019
16.4.0.53 927 2/13/2019
16.4.0.52 935 2/5/2019
16.4.0.48 883 1/22/2019
16.4.0.47 880 1/16/2019
16.4.0.46 919 1/8/2019
16.4.0.44 866 12/24/2018
16.4.0.42 916 12/17/2018
16.4.0.40-beta 615 12/10/2018
16.3.0.36 940 11/27/2018
16.3.0.35-beta 648 11/23/2018
16.3.0.29 922 10/30/2018
16.3.0.21 995 9/21/2018
16.3.0.17-beta 675 9/12/2018
16.2.0.50 1,001 8/28/2018
16.2.0.46 1,082 8/8/2018