Set Absolute Vertical Print Position ESC ( V
Data Structure ASCII ESC "(" " V" <nL><n
H><m
L><mH> set absolute vertical print pos.
hex. 1B 28 56 <nL><n
H><m
L><mH>
dec. 274086<n
L><n
H><m
L><mH>
Description Valid values:
nL = 2, nH = 0
0 mL 255; 0 mH 127
Defines the vertical print position in units previously defined with the sequence ESC ( U
(see page 62).
(vertical position) = ((mH x 256) + mL) x (defined unit) + (top-margin position)
mH = INT
((vertical position) (topmargin position)) x 1
(defined unit)
256
mL = MOD
((vertical position) (topmargin position)) x 1
(defined unit)
256
The default unit for this sequence is 1360".
Only positions within a valid form can be achieved.
Positions below bottom margin will
a) eject paper (single sheet) and
b) set new position to top of form at next page.
Print Positioning 59