PRESCRIBE Command Reference
278
SCSZ — Set Custom paper SiZe
Format
SCSZ width, height, unit;
Parameters
width:
width of custom paper size
height:
height of custom paper size
unit:
M = millimeters
I = inches
Function
The SCSZ command sets the paper size when the user-defined size paper is used in the
universal cassette. This command defines the width and height values for the custom
paper size which is summoned by the SPSZ (set page size) 19; command.
The SCSZ command causes a page break, so it should be placed at the top of a file or
program, or at the beginning of a new page. This command uses the unit set in the unit
parameter of this command, regardless of the unit set in the UNIT command. The setting
made with this command provides a non-printing area of 5 mm × 5 mm, independent of
emulation mode.
File
!R! SCSZ 260, 300, M; EXIT;