Below mentioned are some of the key features of the BarCode control:
Support for numerous BarCode Symbologies
BarCode provides support for both one-dimensional and two-dimensional barcodes. The BarCode control supports different types of encodings, such as Codabar, Code128 Auto, Code39, Code93, DataMatrix, EAN 13, EAN 8, PostNet, QRCode,bRSS14 etc. Go to the Barcode Symbologies topic for the full list.
Selective Encoding
The BarCode control gives an exception in case the encoding type does not work for an input value or text. This is because certain encodings have limitations with respect to the type of text it can represent. So, if the value of the Text property cannot be represented using the current encoding, then the error message will be displayed by the control.
Add Checksums
The BarCode control automatically adds necessary control symbols and checksums to the value being encoded, depending on the encoding being used, to guarantee a good read on your barcodes.
Easy to use
BarCode for WinUI is easy to use. The user needs to just add the control to the form and set the encoding type.
Customize appearance
Barcode provides dedicated class for bar direction, bar height and text color which makes it easier to customize the appearance of the control. Refer to the Layout and Size topic for more information.
Styling
BarCode allows you to enhance the appearance of the control by changing the Foreground color, BackGround color and font size of the input text. Refer to the Styling and Appearance topic for more information.