Set top of page at current position
Mode ASCII Decimal Hexadecimal
IBM 1 <ESC> “4” 1 27 52 IlB 34
Sets the current position as the top-of-page position. Note that this can
also be done from the control panel.
Set page length to n lines
Mode ASCII Decimal Hexadecimal
Both I <ESC> “C” n I 27 67 n IlB 43 n
Sets the page length ton 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 <ESC> “C” CO> n 27 67 0 n 1B 43 00 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 < ESC > “c” n 27 99 n 1B 63 n
Sets the top margin to (n - 1) lines, 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 <ESC> “IV n 27 78 n lB4E n
Sets the bottom margin to n lines, where n is between 0 and 127 in Standard
mode or between 0 and 255 in IBM mode. The bottom margin is reset
when you change the page length.