93
CITIZEN UWP POS Print SDK - Programming Manual
3.3.16. SetCodePageAsync method
Syntax
Task<int> SetCodePageAsync (int codePage)
Parameter
The meanings and settable values of the parameters are as follows.
Element
Meaning
Settable range
codePage
Code page specification
0 - 255
Description
Please refer to the command reference "ESC t" command of the utilization device for the set point
Return value
Return CDP_SUCCESS (0) in success. Please refer to "
"" for the error code except it.
Example
await display.SetCodePageAsync(1);