Visual Basic and .Net News and Resources
How to create barcodes using C# or VB.NET and Barcode Professional for WPF that must fit a given size or area.
It’s very common to need to create a barcode in order it fits a given area, for instance: The barcode must fit an area of size 1.5 inch x 1 inch.
Barcode Professional for WPF was designed keeping this requirement in mind. Barcode Professional for WPF package includes two classes for barcode generation in WPF applications/scenarios, BarcodeProfessional and BarcodeBuilder.
Independently of the Barcode Professional for WPF class you opt for, both classes let you to create barcodes fitting a given area by just setting up the FitBarcodeToSize property.