63
CITIZEN UWP POS Print SDK - Programming Manual
2.3.31. PageModeArea property
Syntax
string PageModeArea
Attribute
Read only
Description
This property holds the page area. Expressed in the unit of measure given by
The string consists of two ASCII numbers separated by a comma, in the following order: horizontal size,
vertical size.
This page area is determined by the hardware capability of the printer.
[CT-S251 Series]
:
"432,1662"
[CT-S281 Series]
:
"384,938"
[CT-D101/150/151, CT-E301/351/601/651, CT-S310II/601/651/801/851/601II/651II/801II/851II/
751/2000 Series]
:
"576,1662"
[CT-S4000/4500 Series]
:
"832,1662"
For ex
ample, if the string is “
384,938
”, then the page size is
384 horizontal units by 938 vertical units,
and the station print area is a rectangle beginning at the top left point (0,0), and continuing up to the
bottom right point (383,937).
The ConnectAsync method must be complete before accessing this property. This property is set in
ConnectAsync method.
Set property
Not exist.
Get property
String GetPageModeArea()
Returns the page area as the return value.