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. BarCode コントロールは、Codabar、Code128 Auto、Code39、Code93、DataMatrix、Ean13、Ean8、PostNet、QRCode、RSS14 などの 50 種類のエンコーディングをサポートします。Go to the Supported Barcode Types 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.
チェックサムを自動的に追加
BarCode コントロールは、バーコードが正しく読み取られるように、使用されているエンコーディングに応じて、必要な制御シンボルとチェックサムを自動的に追加しながら値をエンコードします。
Easy to use
BarCode for WPF is easy to use. The user needs to just add the control to the form, set the encoding type, and they are done.
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. Go to Customization topic for more information.
Styling
BarCode allows you to enhance the appearance of the control by changing the Foreground color and font size of the input text. Refer to the Styling and Appearance topic for more information.