Stopoffset Property - Citizen CL-S700 Programming Manual

Android label print sdk
Hide thumbs Also See for CL-S700:
Table of Contents

Advertisement

2.2.28 StopOffset property

Syntax
int StopOffset
Attribute
Read/Write
Description
Specifies the distance between paper sensor and cutter or peeler to change the print stop position.
Note that the initial values are calculated to stop paper at an appropriate position. An insufficient
value truncates the printed label, an exceeded value truncates the next label.
Media handling
None
Cutter
Peel Off
Tear Off
*0.01 inches or 0.1 mm
Setter method
int setStopOffset (int stopOffset)
Returns CLS_SUCCESS (0) on success. See
Getter method
int getStopOffset ()
Returns the set value. If nothing has been set, it returns CLS_PROPERTY_DEFAULT(999999).
Example
int stopOffset;
printer.setStopOffset(240);
stopOffset = printer.getStopOffset();
CITIZEN Android Label Print SDK — Programming Manual
Inch system
Initial
Minimum
value
value
0000
0100
0000
0050
0070
"2.1 Return
45
Metric system
Max
Initial
value
value
0000
0254
9999
0127
0178
value" for the error codes.
Minimum
Max
value
value
0000
9999

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents