EasyManua.ls Logo

BIXOLON SPP-R210 - Printer Installation and Usage; Battery Installation Steps; Charging the Battery (Standard)

BIXOLON SPP-R210
38 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Mobile Printer
Rev. 1.00
- 12 -
* TextPosition
[in] This value sets the position of the barcode data. Two-dimensional barcodes only
have the BXL_BC_TEXT_NONE value.
Code
Value
Description
BXL_BC_TEXT_NONE
0
Do not print barcode data.
BXL_BC_TEXT_ABOVE
1
Print barcode data above the barcode.
BXL_BC_TEXT_BELOW
2
Print barcode data below the barcode.
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns when the function succeeds.
BXL_WRITE_ERROR
-300
Data transmission failed.
BXL_BC_DATA_ERROR
-500
There is an error in the barcode data.
BXL_BC_NOT_SUPPORT
-501
The barcode type is not supported.
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
……
bxlPrinter.PrintBarcode(“123456789012”, BXL_BCS_UPCA, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_UPCE, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_EAN13, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_JAN13, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“12345678”, BXL_BCS_EAN8, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“12345678”, BXL_BCS_JAN8, 50, 2, BXL_ALIGNMENT_LEFT, BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_Code39, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_ITF, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_Codabar, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_Code93, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_Code128, 50, 2, BXL_ALIGNMENT_LEFT,
BXL_BC_TEXT_BELOW);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_PDF417, 0, 2, BXL_ALIGNMENT_LEFT, 0);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_QRCODE_MODEL1, 0, 2, BXL_ALIGNMENT_LEFT, 0);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_QRCODE_MODEL2, 0, 2, BXL_ALIGNMENT_LEFT, 0);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_DATAMATRIX, 0, 2, BXL_ALIGNMENT_LEFT, 0);
bxlPrinter.PrintBarcode (“123456789012”, BXL_BCS_MAXICODE_MODE4, 0, 2, BXL_ALIGNMENT_LEFT, 0);

Other manuals for BIXOLON SPP-R210

Related product manuals