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