Exemple #1
0
        public byte[] Separator()
        {
            //return FontMode.Condensed(PrinterModeState.On)
            //    .AddBytes(new string('-', ColsCondensed))
            //    .AddBytes(FontMode.Condensed(PrinterModeState.Off))
            //    .AddLF();

            return(FontWidth.Normal()
                   .AddBytes(new string('-', ColsNormal))
                   .AddLF());
        }