Paper and Text Formatting
Form Length in Lines ESC C
Form Length in Inches ESC C NUL
Data Structure ASCII ESC "C" <n> set form length in lines ➊➌
hex. 1B 43 <n>
dec. 27 67 <n>
ASCII ESC "C" <0> <n> set form length in inches ➋➌
hex. 1B 43 0 <n>
dec. 27 67 00 <n>
Description This code sequence sets the form length to n times the current line feed pitch (in in-
ches). Also the current print position is simultaneously defined as top of form.
The value specified for n must be an integer in the range of 1 to 127. This value is mul-
tiplied by the current line feed pitch to obtain the form length. For example, if 60 is
specified for n and the current line feed pitch is 16 inch, the form length is set to 10 in-
ches. Once set by this sequence, the form length is not affected by changing the line
spacing. This code sequence is ignored if the value specified for n is not in the range
of 1 to 127.
This code sequence sets the form length to the number of inches specified by n. It
also defines the current print position as top of form.
The value specified for n must be an integer in the range of 1 to 22; otherwise the se-
quence will be ignored.
This code sequence resets the perforation skip function (ESC N).
Paper and Text Formatting 5