![](/images/backgrounds/112978/112978-12396x1.png)
| ASCII | Dec. | Hex. | Description |
| ESC3n | 51 | 33 | Set n / |
| ESC+n | 43 | 2B | Set |
Page f o r m a t |
|
|
| |
| ASCII | Dec. | Hex. | Description |
| ESC(cnn | 40 99 | 28 63 | Set Page Format |
|
|
|
| ESC(c4Omlm2nln2 |
|
|
|
| m=ml+m2x256 |
|
|
|
| m: Top margin in defined units |
|
|
|
| n = nl + n2 x 256 |
|
|
|
| n: Bottom margin in defined units |
| ESC(Cnn | 40 67 | 28 43 | Set Page Length in Defined Unit |
|
|
|
| ESC(C20nln2 |
|
|
|
| n = nl + n2 x 256 |
|
|
|
| n: Number of defined units |
| ESCCn | 67 | 43 | Set Page Length in Lines |
|
|
|
| n = Number of lines |
| ESCCOn | 67 | 43 | Set Page Length in Inches |
|
|
|
| n = Number of inches |
| ESCNn | 78 | 4E | Set Bottom Margin |
|
|
|
| for Continuous Paper |
|
|
|
| n = Number of lines |
| ESC 0 | 79 | 4F | Cancel Top/Bottom Margin |
|
|
|
| for Continuous Paper |
| ESCln | 108 | 6C | Set Left Margin |
|
|
|
| n = Left margin column |
| ESCQn | 81 | 51 | Set Right Margin |
|
|
|
| n = Right margin column |
A p p e n d i x A - 1 3