68
CITIZEN UWP POS Print SDK - Programming Manual
2.3.36. RecLineSpacing property
Syntax
int RecLineSpacing
Attribute
Read/Write
Description
This property holds the spacing of each single-high print line, including both the printed line height plus
the whitespace between each pair of lines. Expressed in the unit of measure given by
dots).
Depending upon the current line spacing, a multi-high print line might exceed this value. In this case the
whitespace is zero.
The ConnectAsync method must be complete before accessing this property. This property is initialized
to 34 at ConnectAsync method.
Set property
int SetRecLineSpacing (int spacing)
Please specify the property value that you want to set in the parameter.
Return CMP_SUCCESS (0) in success. Please refer to "
" for the error code except it.
Get property
int GetRecLineSpacing ()
Returns the spacing of each single-high print line that is set as the return value.