Syncfusion.SfBarcode.Windows 23.1.38

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.SfBarcode.Windows --version 23.1.38
NuGet\Install-Package Syncfusion.SfBarcode.Windows -Version 23.1.38
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.Windows" Version="23.1.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.Windows --version 23.1.38
#r "nuget: Syncfusion.SfBarcode.Windows, 23.1.38"
#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.Windows as a Cake Addin
#addin nuget:?package=Syncfusion.SfBarcode.Windows&version=23.1.38

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

Syncfusion WinForms Barcode Component

The Syncfusion WinForms Barcode for Windows Forms 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.

Windows Barcode

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.Windows from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PDF document.

//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 ));
//Saving the Documents
doc.Save("CODE39.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.
.NET net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.SfBarcode.Windows:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
23.1.38 53 9/26/2023
23.1.36 133 9/15/2023
22.2.12 175 9/5/2023
22.2.11 158 8/28/2023
22.2.10 129 8/22/2023
22.2.9 197 8/14/2023
22.2.8 232 8/7/2023
22.2.7 232 8/2/2023
22.2.5 265 7/27/2023
22.1.39 204 7/18/2023
22.1.38 242 7/11/2023
22.1.37 288 7/3/2023
22.1.36 269 6/28/2023
22.1.34 358 6/21/2023
21.2.10 274 6/12/2023
21.2.9 255 6/6/2023
21.2.8 286 5/30/2023
21.2.6 264 5/22/2023
21.2.5 292 5/15/2023
21.2.4 327 5/9/2023
21.2.3 287 5/3/2023
21.1.41 307 4/19/2023
21.1.39 287 4/10/2023
21.1.38 332 4/3/2023
21.1.37 326 3/29/2023
21.1.35 455 3/23/2023
20.4.0.54 367 3/13/2023
20.4.0.53 409 3/7/2023
20.4.0.52 368 2/28/2023
20.4.0.51 377 2/21/2023
20.4.0.50 395 2/14/2023
20.4.0.49 400 2/7/2023
20.4.0.48 462 2/1/2023
20.4.0.44 500 1/18/2023
20.4.0.43 443 1/10/2023
20.4.0.42 404 1/4/2023
20.4.0.41 443 12/29/2022
20.4.0.40 430 12/28/2022
20.4.0.38 484 12/21/2022
20.3.0.61 441 12/12/2022
20.3.0.60 504 12/6/2022
20.3.0.59 450 11/29/2022
20.3.0.58 492 11/21/2022
20.3.0.57 499 11/14/2022
20.3.0.56 557 11/8/2022
20.3.0.52 575 10/27/2022
20.3.0.50 556 10/17/2022
20.3.0.49 578 10/11/2022
20.3.0.48 500 10/5/2022
20.3.0.47 619 9/29/2022
20.2.0.50 582 9/20/2022
20.2.0.49 615 9/13/2022
20.2.0.48 563 9/6/2022
20.2.0.46 563 8/30/2022
20.2.0.45 603 8/23/2022
20.2.0.44 606 8/16/2022
20.2.0.43 659 8/8/2022
20.2.0.40 653 7/26/2022
20.2.0.39 618 7/19/2022
20.2.0.38 618 7/12/2022
20.2.0.36 715 6/30/2022
20.1.0.61 654 6/20/2022
20.1.0.60 625 6/14/2022
20.1.0.59 609 6/6/2022
20.1.0.58 617 5/30/2022
20.1.0.57 662 5/23/2022
20.1.0.56 627 5/17/2022
20.1.0.55 691 5/12/2022
20.1.0.52 653 5/2/2022
20.1.0.51 651 4/26/2022
20.1.0.50 620 4/19/2022
20.1.0.48 650 4/12/2022
20.1.0.47 689 4/4/2022
19.4.0.56 702 3/14/2022
19.4.0.55 635 3/8/2022
19.4.0.54 641 2/28/2022
19.4.0.53 631 2/21/2022
19.4.0.52 653 2/15/2022
19.4.0.50 611 2/8/2022
19.4.0.48 700 1/31/2022
19.4.0.47 617 1/24/2022
19.4.0.43 649 1/18/2022
19.4.0.42 493 1/10/2022
19.4.0.41 481 1/4/2022
19.4.0.40 481 12/28/2021
19.4.0.38 499 12/17/2021
19.3.0.59 468 12/14/2021
19.3.0.57 468 12/7/2021
19.3.0.56 1,336 11/29/2021
19.3.0.55 522 11/23/2021
19.3.0.54 514 11/17/2021
19.3.0.53 554 11/12/2021
19.3.0.48 521 11/2/2021
19.3.0.47 524 10/26/2021
19.3.0.46 562 10/19/2021
19.3.0.45 537 10/12/2021
19.3.0.44 534 10/5/2021
19.3.0.43 564 9/30/2021
19.2.0.62 604 9/13/2021
19.2.0.60 564 9/7/2021
19.2.0.59 523 8/30/2021
19.2.0.57 555 8/24/2021
19.2.0.56 553 8/17/2021
19.2.0.55 605 8/11/2021
19.2.0.51 570 8/2/2021
19.2.0.49 577 7/26/2021
19.2.0.48 568 7/19/2021
19.2.0.47 611 7/13/2021
19.2.0.46 596 7/6/2021
19.2.0.44 651 6/30/2021
19.1.0.69 620 6/14/2021
19.1.0.67 620 6/7/2021
19.1.0.66 618 5/31/2021
19.1.0.65 569 5/24/2021
19.1.0.64 588 5/19/2021
19.1.0.63 657 5/13/2021
19.1.0.59 577 5/3/2021
19.1.0.58 594 4/26/2021
19.1.0.57 606 4/20/2021
19.1.0.56 577 4/12/2021
19.1.0.55 567 4/6/2021
19.1.0.54 634 3/30/2021
18.4.0.49 624 3/22/2021
18.4.0.48 580 3/16/2021
18.4.0.47 620 3/9/2021
18.4.0.46 584 3/2/2021
18.4.0.44 579 2/23/2021
18.4.0.43 579 2/15/2021
18.4.0.42 609 2/9/2021
18.4.0.41 587 2/2/2021
18.4.0.39 604 1/28/2021
18.4.0.35 590 1/19/2021
18.4.0.34 583 1/12/2021
18.4.0.33 624 1/4/2021
18.4.0.32 592 12/30/2020
18.4.0.31 694 12/22/2020
18.4.0.30 708 12/17/2020
18.3.0.53 634 12/8/2020
18.3.0.52 626 11/30/2020
18.3.0.51 644 11/23/2020
18.3.0.50 668 11/17/2020
18.3.0.48 639 11/10/2020
18.3.0.47 644 11/5/2020
18.3.0.44 653 10/27/2020
18.3.0.42 651 10/20/2020
18.3.0.40 672 10/12/2020
18.3.0.38 647 10/7/2020
18.3.0.35 670 10/1/2020
18.2.0.59 709 9/22/2020
18.2.0.58 703 9/15/2020
18.2.0.57 673 9/8/2020
18.2.0.56 645 9/1/2020
18.2.0.55 667 8/24/2020
18.2.0.54 698 8/18/2020
18.2.0.48 722 8/4/2020
18.2.0.47 726 7/28/2020
18.2.0.46 696 7/21/2020
18.2.0.45 652 7/14/2020
18.2.0.44 780 7/6/2020
18.1.0.59 734 6/23/2020
18.1.0.57 742 6/15/2020
18.1.0.56 738 6/9/2020
18.1.0.55 744 6/2/2020
18.1.0.54 742 5/26/2020
18.1.0.53 729 5/19/2020
18.1.0.52 719 5/13/2020
18.1.0.48 743 5/5/2020
18.1.0.46 725 4/28/2020
18.1.0.45 724 4/20/2020
18.1.0.44 731 4/14/2020
18.1.0.43 775 4/7/2020
18.1.0.42 763 4/1/2020
18.1.0.36-beta 508 3/19/2020
17.4.0.55 739 3/10/2020
17.4.0.53 718 3/3/2020
17.4.0.51 755 2/25/2020
17.4.0.50 782 2/18/2020
17.4.0.49 747 2/11/2020
17.4.0.47 764 2/5/2020
17.4.0.46 721 1/30/2020
17.4.0.44 772 1/21/2020
17.4.0.43 743 1/14/2020
17.4.0.41 782 1/7/2020
17.4.0.40 772 12/24/2019
17.4.0.39 815 12/17/2019
17.3.0.34 795 12/10/2019
17.3.0.33 774 12/4/2019
17.3.0.30 781 12/3/2019
17.3.0.29 799 11/26/2019
17.3.0.28 762 11/18/2019
17.3.0.27 763 11/12/2019
17.3.0.26 772 11/5/2019
17.3.0.21 786 10/29/2019
17.3.0.19 822 10/22/2019
17.3.0.17 809 10/15/2019
17.3.0.14 852 10/3/2019
17.3.0.9-beta 480 9/20/2019
17.2.0.51 811 9/10/2019
17.2.0.49 773 9/3/2019
17.2.0.47 825 8/27/2019
17.2.0.46 820 8/22/2019
17.2.0.41 815 8/13/2019
17.2.0.40 804 8/6/2019
17.2.0.39 809 7/30/2019
17.2.0.36 800 7/23/2019
17.2.0.35 816 7/17/2019
17.2.0.34 873 7/11/2019
17.2.0.28-beta 538 6/27/2019
17.1.0.53 1,663 6/25/2019
17.1.0.52 825 6/18/2019
17.1.0.51 3,087 6/11/2019
17.1.0.50 852 6/4/2019
17.1.0.49 840 5/28/2019
17.1.0.48 877 5/21/2019
17.1.0.47 853 5/14/2019
17.1.0.44 857 5/7/2019
17.1.0.43 865 4/30/2019
17.1.0.42 884 4/23/2019
17.1.0.41 843 4/16/2019
17.1.0.40 825 4/9/2019
17.1.0.38 917 3/29/2019
17.1.0.32-beta 506 3/13/2019
16.4.0.54 986 2/19/2019
16.4.0.53 945 2/13/2019
16.4.0.52 957 2/5/2019
16.4.0.48 909 1/22/2019
16.4.0.47 985 1/16/2019
16.4.0.46 931 1/8/2019
16.4.0.44 916 12/24/2018
16.4.0.42 944 12/17/2018
16.4.0.40-beta 657 12/10/2018
16.3.0.36 954 11/27/2018
16.3.0.35-beta 649 11/23/2018
16.3.0.29 1,507 10/30/2018
16.3.0.21 1,017 9/21/2018
16.3.0.17-beta 713 9/12/2018
16.2.0.50 1,029 8/28/2018
16.2.0.46 1,159 8/9/2018