Beispiel #1
0
 public void PrintCentralizedText(int Bold, int Expanded, int Font, int Italic,
                                  int Underline, string Text)
 {
     MP32.ComandoTX("\x1B\x61\x1", 3);
     MP32.FormataTX(Text, Font, Italic, Underline, Expanded, Bold);
     MP32.ComandoTX("\x1B\x61\x0", 3);
 }
Beispiel #2
0
        /* COMMAND ------------------------------------------------------------------------------ */


        public void SendCommand(string command, int length)
        {
            MP32.ComandoTX(command, length);
        }
Beispiel #3
0
        /* PRINTER ------------------------------------------------------------------------------ */

        public void PrintBreakLine()
        {
            MP32.ComandoTX("\xA\xD", 2);
        }