How should I write correct the esc / pos commands in c #?

2

I am printing plain text, but I want to send several esc / pos commands to my employer, but I do not know how to write them correctly

That's how I write the commands

Datos.AppendLine("\x1B64n");
    
asked by Diogenes Monegro 29.08.2018 в 15:34
source

0 answers