Citizen CT-D101 Series Programming Manual page 39

Hide thumbs Also See for CT-D101 Series:
Table of Contents

Advertisement

Mode can be specified in combination with the halftone and output method. If you want to combine,
please specify the logical sum. If mode is omitted, printed at CMP_BM_MODE_HT_THRESHOLD |
CMP_BM_MODE_CMD_RASTER.
For more information on mode is as follows.
Halftone
Specify the halftone treatment method.
CMP_BM_MODE_HT_THRESHOLD
CMP_BM_MODE_HT_DITHER
Output
Specify the output method.
CMP_BM_MODE_CMD_RASTER
CMP_BM_MODE_CMD_BITIMAGE
CMP_BM_MODE_CMD_GRAY16
Return value
Return CMP_SUCCESS (0) in success. Please refer to
Example
await printer.PrintBitmapAsync ( "samplebitmap.bmp",
ESCPOSConst.CMP_BM_ASIS,
ESCPOSConst.CMP_ALIGNMENT_CENTER
ESCPOSConst.CMP_BM_MODE_HT_DITHER|ESCPOSConst.CMP_BM_MODE_CMD_
Value
Value
39
CITIZEN UWP POS Print SDK - Programming Manual
Description
Threshold
Suitable for characters printing.
Dither
Suitable for graphics printing.
Description
Raster command output
Suitable for small data printing. In order to output
the data collectively, there is a height limit (2,304
dots 28cm approximately).
Bit image command output
Suitable for large data printing. In order to output
the split data, there is no height limit.
Grayscale(4bpp) output
Available in CT-D101/151,CT-E601/651,CT-S251/
601II/651II/801II/851II/751.
Graphic can be printed more beautifully.
"2.3.1. Return
value" for the error code except it.
);
RASTER

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents