[]
Represents a Code 49 barcode.
Code 49 is a two dimensional, high-density stacked barcode with two to eight rows, with each row containing eight characters. Each row has a start code and a stop code. This barcode is especially used to encode the complete ASCII character set.
This interface provides access to Code 49 barcode settings and inherited barcode, font, and label options.
public interface ICode49 : IBarcode, IFontOption, ILabelOption
Public Interface ICode49
Inherits IBarcode, IFontOption, ILabelOption
worksheet.Range["A1"].Value = 123456789;
worksheet.Range["B1"].Formula = "=BC_CODE49(A1)";
ICode49 code49 = (ICode49) worksheet.Range["B1"].Value;
bool grouping = code49.Grouping;
| Name | Description |
|---|---|
| GroupNo | Gets the index of the symbol in the group.
This value represents the position of the symbol within a grouped Code 49 barcode.
The default value is |
| Grouping | Gets whether the symbol mode is Group Alphanumeric Mode. The default value is |