[]
Code 49 is a two dimensional, high-density stacked barcode with two to eight rows (having eight characters each). Each row has a start code and a stop code. This barcode is especially used to encodes the complete ASCII character set.
public interface ICode49 : IBarcode, IFontOption, ILabelOption
Specifies whether the symbol mode is Group Alphanimeric Mode. The default value is 'false'.
bool Grouping { get; }
A value that represents the index of symbol in the group. The default value is '0'.
int GroupNo { get; }