67
CITIZEN UWP POS Print SDK - Programming Manual
2.3.35. PageModeVerticalPosition property
Syntax
int PageModeVerticalPosition
Attribute
Read/Write
Description
This property holds the vertical start position offset within the Page Mode print area. Expressed in the
unit of measure given by
The vertical direction is perpendicular to the direction specified in the actual PageModePrintDirection
property.
A read/get on this property will return the vertical 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 SetPageModeVerticalPosition (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 GetPageModeVerticalPosition ()
Returns the vertical position of Page Mode print area that is set as the return value.