66
CITIZEN UWP POS Print SDK - Programming Manual
2.3.34. PageModeHorizontalPosition property
Syntax
int PageModeHorizontalPosition
Attribute
Read/Write
Description
This property holds the horizontal start position offset within the Page Mode print area. Expressed in the
unit of measure given by
The horizontal direction is the same as the actual PageModePrintDirection property.
A read/get on this property will return the horizontal position offset set by the last write/set and not the
current position.
The ConnectAsync method must be complete before accessing this property. This property is initialized
to zero (0) at ConnectAsync method.
Set property
int SetPageModeHorizontalPosition (int position)
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 GetPageModeHorizontalPosition ()
Returns the horizontal position of Page Mode print area that is set as the return value.