40
CITIZEN UWP POS Print SDK - Programming Manual
2.3.10. PrintNVBitmapAsync method
Syntax
Task<int> PrintNVBitmapAsync (int nvImageNumber)
Parameter
The meaning and the setting range of the parameters are as follows.
Value
[IN/OUT]
Meaning
Setting range
nvImageNumber
[IN]
Bitmap image number that is stored in
the flash memory of the printer
1 - 20
Description
This method is used to print bitmap image (Logo) that is stored in the flash memory of the printer.
To use this method, you need to register of the logo in advance. Logo registration, please store it by
using the "POS Printer utility" of utility software for the printer.
Registration mode varies among the model of the printer. Please register as follows.
[CT-S281]
Please register the logo with "Unused key code mode".
To the image number to use, it is necessary to register the logo sequentially.
[CT-D101/150/151,CT-E301/351/601/651,CT-S251/310II/601/651/801/851/601II/651II/801II/851II/
751/2000/4000/4500 Series]
Please register the logo with "Key code mode".
To the image number to use, it is necessary to register the logo that specifies the key code.
The key code corresponding to the image number is as follows.
Image number
Key code (Characters)
1
"01"
2
"02"
3
"03"
・
・
・
・
・
・
19
"19"
20
"20"
Return value
Return CMP_SUCCESS (0) in success. Please refer to "
" for the error code except it.
Example
await printer.PrintNVBitmapAsync( 1 );