Page Formatting

Margins

 

 

 

ESC Q

 

 

Set Right Margin

Format:

ESC

Q

 

ASCII code:

(n)

Decimal:

27

81

( n )

Hexadecimal:

1B

51

(n)

Comments:

Sets the right margin. Also cancels all text in the print buffer. The range of n is 1 to 255.

ESC I

 

 

Set Left Margin

Format:

ESC

I

 

ASCII code:

(n)

Decimal:

27

108

(n)

Hexadecimal:

1B

6C

( n )

Comments:

Sets the left margin.

n = first printing column in the current width The value of n is 0 to 255.

Clears previous tab settings; therefore should be set before tabs are set. Use lowercase 1, not the numeral one.

I-12