Syncfusion.SfBarcode.UWP 21.2.8

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

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

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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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)
Additional computed target framework(s)
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
21.2.8 30 5/30/2023
21.2.6 64 5/22/2023
21.2.5 78 5/15/2023
21.2.4 57 5/9/2023
21.2.3 91 5/3/2023
21.1.41 121 4/19/2023
21.1.39 128 4/10/2023
21.1.38 121 4/3/2023
21.1.37 124 3/29/2023
21.1.35 198 3/23/2023
20.4.0.54 159 3/13/2023
20.4.0.53 187 3/7/2023
20.4.0.52 182 2/28/2023
20.4.0.51 185 2/21/2023
20.4.0.50 182 2/14/2023
20.4.0.49 169 2/7/2023
20.4.0.48 273 2/1/2023
20.4.0.44 224 1/18/2023
20.4.0.43 237 1/10/2023
20.4.0.42 238 1/4/2023
20.4.0.41 221 12/29/2022
20.4.0.40 221 12/28/2022
20.4.0.38 276 12/21/2022
20.3.0.61 243 12/12/2022
20.3.0.60 252 12/6/2022
20.3.0.59 272 11/29/2022
20.3.0.58 696 11/22/2022
20.3.0.57 294 11/15/2022
20.3.0.56 323 11/8/2022
20.3.0.52 360 10/27/2022
20.3.0.50 359 10/18/2022
20.3.0.49 362 10/11/2022
20.3.0.48 309 10/5/2022
20.3.0.47 395 9/29/2022
20.2.0.50 397 9/20/2022
20.2.0.49 388 9/13/2022
20.2.0.48 385 9/6/2022
20.2.0.46 393 8/30/2022
20.2.0.45 393 8/23/2022
20.2.0.44 402 8/16/2022
20.2.0.43 490 8/8/2022
20.2.0.40 441 7/26/2022
20.2.0.39 554 7/19/2022
20.2.0.38 399 7/12/2022
20.2.0.36 540 6/30/2022
20.1.0.61 422 6/20/2022
20.1.0.60 424 6/14/2022
20.1.0.59 423 6/6/2022
20.1.0.58 407 5/30/2022
20.1.0.57 436 5/23/2022
20.1.0.56 464 5/17/2022
20.1.0.55 512 5/12/2022
20.1.0.52 431 5/2/2022
20.1.0.51 435 4/26/2022
20.1.0.50 429 4/19/2022
20.1.0.48 424 4/12/2022
20.1.0.47 518 4/4/2022
19.4.0.56 472 3/14/2022
19.4.0.55 418 3/8/2022
19.4.0.54 409 2/28/2022
19.4.0.53 422 2/22/2022
19.4.0.52 421 2/15/2022
19.4.0.50 445 2/8/2022
19.4.0.48 522 1/31/2022
19.4.0.47 465 1/24/2022
19.4.0.43 453 1/18/2022
19.4.0.42 272 1/10/2022
19.4.0.41 287 1/4/2022
19.4.0.40 282 12/28/2021
19.4.0.38 362 12/17/2021
19.3.0.59 306 12/14/2021
19.3.0.57 299 12/7/2021
19.3.0.56 869 11/29/2021
19.3.0.55 308 11/23/2021
19.3.0.54 305 11/17/2021
19.3.0.53 374 11/12/2021
19.3.0.48 295 11/3/2021
19.3.0.47 329 10/26/2021
19.3.0.46 415 10/19/2021
19.3.0.45 392 10/12/2021
19.3.0.44 368 10/5/2021
19.3.0.43 439 9/30/2021
19.2.0.62 429 9/13/2021
19.2.0.60 370 9/7/2021
19.2.0.59 408 8/30/2021
19.2.0.57 427 8/24/2021
19.2.0.56 400 8/17/2021
19.2.0.55 447 8/11/2021
19.2.0.51 391 8/2/2021
19.2.0.49 392 7/26/2021
19.2.0.48 384 7/19/2021
19.2.0.47 401 7/13/2021
19.2.0.46 382 7/6/2021
19.2.0.44 494 6/30/2021
19.1.0.69 487 6/14/2021
19.1.0.67 432 6/7/2021
19.1.0.66 432 5/31/2021
19.1.0.65 412 5/24/2021
19.1.0.64 424 5/19/2021
19.1.0.63 502 5/13/2021
19.1.0.59 398 5/3/2021
19.1.0.58 412 4/26/2021
19.1.0.57 461 4/20/2021
19.1.0.56 443 4/12/2021
19.1.0.55 403 4/6/2021
19.1.0.54 478 3/30/2021
18.4.0.49 602 3/22/2021
18.4.0.48 375 3/16/2021
18.4.0.47 427 3/9/2021
18.4.0.46 408 3/2/2021
18.4.0.44 426 2/23/2021
18.4.0.43 409 2/15/2021
18.4.0.42 457 2/9/2021
18.4.0.41 869 2/2/2021
18.4.0.39 553 1/28/2021
18.4.0.35 416 1/19/2021
18.4.0.34 459 1/12/2021
18.4.0.33 451 1/4/2021
18.4.0.32 411 12/30/2020
18.4.0.31 433 12/22/2020
18.4.0.30 578 12/17/2020
18.3.0.53 471 12/8/2020
18.3.0.52 497 11/30/2020
18.3.0.51 464 11/23/2020
18.3.0.50 484 11/17/2020
18.3.0.48 437 11/10/2020
18.3.0.47 515 11/5/2020
18.3.0.44 480 10/27/2020
18.3.0.42 475 10/20/2020
18.3.0.40 481 10/12/2020
18.3.0.38 475 10/7/2020
18.3.0.35 608 10/1/2020
18.2.0.59 2,181 9/22/2020
18.2.0.58 490 9/15/2020
18.2.0.57 513 9/8/2020
18.2.0.56 472 9/1/2020
18.2.0.55 494 8/25/2020
18.2.0.54 495 8/18/2020
18.2.0.48 547 8/4/2020
18.2.0.47 536 7/28/2020
18.2.0.46 491 7/21/2020
18.2.0.45 510 7/14/2020
18.2.0.44 698 7/6/2020
18.1.0.59 600 6/23/2020
18.1.0.57 535 6/15/2020
18.1.0.56 513 6/9/2020
18.1.0.55 523 6/2/2020
18.1.0.54 530 5/26/2020
18.1.0.53 557 5/19/2020
18.1.0.52 618 5/13/2020
18.1.0.48 542 5/5/2020
18.1.0.46 542 4/28/2020
18.1.0.45 563 4/21/2020
18.1.0.44 555 4/14/2020
18.1.0.43 602 4/7/2020
18.1.0.42 725 4/1/2020
18.1.0.36-beta 355 3/19/2020
17.4.0.55 616 3/10/2020
17.4.0.53 572 3/3/2020
17.4.0.51 551 2/25/2020
17.4.0.50 559 2/18/2020
17.4.0.49 558 2/11/2020
17.4.0.47 575 2/5/2020
17.4.0.46 682 1/30/2020
17.4.0.44 595 1/21/2020
17.4.0.43 562 1/14/2020
17.4.0.41 634 1/7/2020
17.4.0.40 602 12/24/2019
17.4.0.39 735 12/17/2019
17.3.0.34 563 12/10/2019
17.3.0.33 562 12/4/2019
17.3.0.30 575 12/3/2019
17.3.0.29 597 11/26/2019
17.3.0.28 546 11/18/2019
17.3.0.27 575 11/12/2019
17.3.0.26 648 11/5/2019
17.3.0.21 555 10/29/2019
17.3.0.19 564 10/22/2019
17.3.0.17 663 10/15/2019
17.3.0.14 1,261 10/3/2019
17.3.0.9-beta 404 9/20/2019
17.2.0.51 592 9/10/2019
17.2.0.49 576 9/3/2019
17.2.0.47 579 8/27/2019
17.2.0.46 659 8/22/2019
17.2.0.41 647 8/13/2019
17.2.0.40 653 8/6/2019
17.2.0.39 640 7/30/2019
17.2.0.36 623 7/23/2019
17.2.0.35 622 7/17/2019
17.2.0.34 708 7/11/2019
17.2.0.28-beta 393 6/27/2019
17.1.0.53 615 6/25/2019
17.1.0.52 609 6/18/2019
17.1.0.51 648 6/11/2019
17.1.0.50 631 6/4/2019
17.1.0.49 634 5/28/2019
17.1.0.48 720 5/21/2019
17.1.0.47 625 5/14/2019
17.1.0.44 643 5/7/2019
17.1.0.43 659 4/30/2019
17.1.0.42 698 4/23/2019
17.1.0.41 657 4/16/2019
17.1.0.40 657 4/9/2019
17.1.0.38 672 3/29/2019
17.1.0.32-beta 448 3/13/2019
16.4.0.54 769 2/19/2019
16.4.0.53 766 2/13/2019
16.4.0.52 768 2/5/2019
16.4.0.48 730 1/22/2019
16.4.0.47 711 1/16/2019
16.4.0.46 756 1/8/2019
16.4.0.44 706 12/24/2018
16.4.0.42 764 12/17/2018
16.4.0.40-beta 527 12/10/2018
16.3.0.36 774 11/27/2018
16.3.0.35-beta 579 11/23/2018
16.3.0.29 781 10/30/2018
16.3.0.21 818 9/21/2018
16.3.0.17-beta 581 9/12/2018
16.2.0.50 813 8/28/2018
16.2.0.46 906 8/8/2018