Printbarcode - Citizen CMP-20 series Program Manual

Mobile thermal printer windows ce and windows mobile module
Hide thumbs Also See for CMP-20 series:
Table of Contents

Advertisement

[Return Values]
LK_SUCCESS : This value returns when a function succeeds.
LK_FAIL : This value returns when a function fails.

2.7. PrintBarCode

This function is used for supporting barcode printing.
long
PrintBarCode(
LPCTSTR Data,
long Symbology,
long Height,
long Width,
long Alignment,
long TextPosition)
[Parameter]
* Data
- Pointer to a null-terminated Unicode string. It sets the barcode data to print.
* Symbology
- This value is barcode symbol type. It sets barcode type to print.
Variable
LK_BCS_UPCA
LK_BCS_UPCE
LK_BCS_EAN8
LK_BCS_EAN13
LK_BCS_JAN8
LK_BCS_JAN13
LK_BCS_ITF
LK_BCS_Codabar
LK_BCS_Code39
LK_BCS_Code93
LK_BCS_Code128
LK_BCS_3OF5
* Height
- This value is barcode height in Dot Units. It sets barcode height to print.
* Width
- This values barcode width in Dot Units. It sets total barcode width to print.
* Alignment
- This value is alignment. It sets barcode alignment.
Description
Print UPC A BarCode
Print UPC E BarCode
Print EAN-8 BarCode
Print EAN-13 BarCode
Print JAN-8 BarCode
Print JAN-13 BarCode
Print Interleaved 2 of 5
Print Codabar BarCode
Print Code 3 of 9 BarCode
Print Code 93 BarCode
Print Code 128 BarCode
Print 3 out of 5(KorMail) BarCode
- 8 -

Advertisement

Table of Contents
loading

Table of Contents