A SERVICE OF

logo

Vertical Spacing Commands (continued)
Function:
Form Feed
Format:
Symbol
<FF>
Decimal
12
Hexadecimal 0C
Remarks:
Advances the paper to the top of the next page.
Function:
Set page length by lines
Format:
Symbol
<ESC> “C” n
Decimal
27
67 n
Hexadecimal 1B
43 n
Remarks:
Sets the length of the page to
n
lines (n can range from 1 to 127).
Function:
Set page length by inches
Format:
Symbol <ESC>
“C” <NUL> n
Decimal
7
67 0
n
Hexadecimal 1B 43 00
n
Remarks:
Sets the page length to n inches (n can range from 1 to 22).
Function:
Set bottom margin
Format:
ASCII
<ESC> “N” n
Decimal
27
78 n
Hexadecimal 1B 4E n
Remarks:
Sets a bottom margin of n lines so that you can skip over the
perforations in pin-feed paper (n can range from 1 to 127).
A-4