[]
Code93 barcode is a barcode that uses uppercase characters and numeric characters along with some special characters ("%" , "*", "$", "/", "." , "-", "+").
public interface ICode93 : IBarcode, IFontOption, ILabelOption
Public Interface ICode93
Inherits IBarcode, IFontOption, ILabelOption
Name | Description |
---|---|
CheckDigit | Specifies whether the symbol needs a check digit. The default value is 'false'. |
FullASCII | Specifies whether to support full ASCII for Code93. The default value is 'false'. |