
Set page length to n lines
Mode
ASCII
Decimal
Hexadecimal
Both
cESC> “c” n
27 67 n 1B 43 n
Sets the page length to n lines in the current line spacing, where n
is between 1 and 127 in Standard mode or between 1 and 255 in IBM
mode. Changing the line spacing later does not alter the physical
page length. The current line becomes the top of the page.
Set page length to n inches
Mode
ASCII
Decimal
Hexadecimal
Both
cESC> “C” CO> n
27 67 0 n lB4300 n
Sets the page length to n inches, where n is between 1 and 22 in
Standard mode or between 1 and 127 in IBM mode. The current line
becomes the top of the page.
Set top margin
Mode ASCII
Decimal
Hexadecimal
Both
<ES6 “co n
27 99 n 1B 63 n
Sets the top margin to nlines, where n is between 1 and 255. Printing
begins on the nth line on the page. The power-up default is n = 1,
giving no top margin.
Set bottom margin
Mode ASCII
Decimal
Hexadecimal
Both
cESC> “N” n
27 78 n 1B 4E n
Sets the,bottom margin to n lines, where n is between 1 and 127 in
Standard mode or between 1 and 255 in IBM mode. The bottom
margin is reset when you change the page length.