ESC C 0 |
|
|
| Set Page Length in Inches |
Format: | ESC | C | NUL |
|
ASCII code: | n | |||
Decimal: | 27 | 67 | 0 | n |
Hexadecimal: | 1B | 43 | 00 | n |
Comments:
Sets the page length to n inches. The value of n must be from
ESC N |
|
| Set |
Format: | ESC | N |
|
ASCII code: | n | ||
Decimal: | 27 | 78 | n |
Hexadecimal: | 1 B | 4E | n |
Comments:
The variable n is the number of lines skipped between the last line printed on one page and the first line on the next page. For example, with the standard settings for line spacing
ESC O |
| Cancel |
Format: | E S C | O |
ASCII code: | ||
Decimal: | 27 | 79 |
Hexadecimal: | 1 B | 4F |
Comments:
Cancels the
| Command Summary |