![Citizen CL-E300 Скачать руководство пользователя страница 45](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002045.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
45
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
Inch system
Metric system
Initial
value
Minimum
value
Max
value
Initial
value
Minimum
value
Max
value
None
0000
0000
9999
0000
0000
9999
Cutter
0100
0254
Peel Off
0050
0127
Tear Off
0070
0178
*0.01 inches or 0.1 mm
Setter method
int setStopOffset (int stopOffset)
Returns CLS_SUCCESS (0) on success. See "
" for the error codes.
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();