
C.2.2 Margins
• ESC ( C ... : Set page length
•ESC C NUL n : Set page length in inches
•ESC C n: Set page length as n lines
• | ESC l n : | Set Left Margin |
• | ESC N n : | Bottom of form |
•ESC O : Cancel bottom margin
•ESC Q n : Set Right Margin as n Characters
•ESC ( U ... : Set vertical resolution
ESC ( C nL nH mL mH | Set page length |
•(nH * 256 + nL) defines the number of following bytes in this command.
•Command ESC ( C 0x02 0x00 mL mH defines the page length as (mH * 256 + mL) * vertical resolution.
•The vertical resolution is set by command ESC ( U nL nH m. The default is 1/360"
•Others ignore this command (all bytes of this command are ignored).
Hex: | (1B 28 43 nL nH mL mH)H |
Decimal: | (27 40 67 nL nH mL mH)D |
Octal: | (33 50 103 nL nH mL mH)O |
ESC C NUL n | Set Page Length as n Inch |
Set page length as n inches. | |
Hex: | (1B 43 0 n)H |
Decimal: | (27 67 0 n)D |
Octal: | (33 103 0 n)O |
ESC C n | Set Page Length as n lines |
Set page length as n lines | |
Hex: | (1B 43 n)H |
Decimal: | (27 67 n)D |
Octal: | (33 103 n)O |