Vertical Spacing Commands (continued)

Function:

Set page length by inches

 

 

Format:

 

<NUL> n

 

 

Symbol <ESC> “C”

 

n

Decimal

7

67

0

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).

Function:

Cancel bottom margin

Format:

 

 

ASCII

<ESC>

“O”

Decimal

27

79

Hexadecimal

1B

4F

Remarks:

Sets the bottom margin to 0 lines. The command uses the letter “O”, not the number zero.

Function:

Vertical tab

Format:

ASCII<VT>

Decimal 11

Hexadecimal 0B

Remarks:

Advances the paper to the next vertical tab position. If no vertical tabs have been set, this code advances the paper one line.

52