EAN-13 Barcode FAQ for Winforms

.NET Barcode Component for .NET Winforms, EAN-13 Barcode Image, Data, and Size Issues
Terrek Barcode for Winforms - EAN-13 Barcode FAQ
EAN-13 Barcode Generator for .NET Winforms is a powerful control library that lets .NET programmers to print dynamic EAN-13 barcode images in .NET Windows applications. Its built-in EAN-13 barcode generation capability could be integrated into your project. Therefore, EAN-13 barcodes could be created via Windows forms in .NET.
In this page, you will get to know more about the following aspects:
  • EAN-13 in Winforms Control Library - Data Encoding Support
  • EAN-13 in Winforms Control Library - Barcode Scaling Support
  • EAN-13 in Winforms Control Library - Image Setting Support
  • EAN-13 in Winforms Control Library - Solution Projects Support
Terrek also provides more EAN-13 barcode generators for solutions in distinct developing environments, including EAN-13 ASP.NET Server Control, EAN-13 Excel Add-in, EAN-13 Reporting Service Generator, and EAN-13 Java SDK.
EAN-13 in Winforms Control Library - Data Encoding Support
EAN-13 Valid Data
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • 13 digits including the check digit
Supplement Barcode Encoding
2 or 5 digits supplement barcode could be added to accompany EAN-13. To encode supplement barcode, please select EAN13_AddOn2 or EAN13_AddOn5, then input supplement data. The size of the supplement barcode is adjustable. AddOnHeight defines the height of the add-on symbol. It is a multiple of primary bar height, Y. AddOnMargin is the space between barcode and add-on symbol, measured in pixel.
EAN-13 in Winforms Control Library - Barcode Scaling Support
Module Bar Size
The width of module bar is managed by BarWidth; the height of bar is controlled by BarHeight.
Margins Width
Increasing the width of margins around the symbol is one way to enhance the readability of the EAN-13 barcode image. The control library set the left, right, top, and bottom margins separately with float values.
Image Size
If the breakdown parameters are not provided, you can set the width and height of the barcode image directly. Once you enabled the image resize function, you only need to provide the size of entire barcode image. This intelligent EAN-13 will draw the barcode with reasonable parameters. The generated EAN-13 is 100% compatible with GS1 Barcode Standards.
EAN-13 in Winforms Control Library - Image Setting Support
Image Formats
With Terrek Barcode Winforms Control DLL, EAN-13 is created as high quality GIF, JPEG, or PNG graphic images. Tiff and Bitmap are supported as well. Please ensure the accordance of image format and suffix of image file name.
Image Resolution
DPI (Dots per inch) is used commonly as the measure of printing resolution. The resolution of image generated by EAN-13 generator could be managed with DPI.
Image Rotation
In case of any specified requirement of the image orientation, image rotation function is added to the control library. Rotation angles of 90, 180, and 270 degrees are supported.
EAN-13 in Winforms Control Library - Solution Projects Support
EAN-13 Barcode Winforms Control integrates with the following types of projects:
  • Console Application (runtime support)
  • Windows Forms Application (design-time and runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)