EasyManua.ls Logo

BIXOLON SPP-R210 - Black Mark Paper Printing Features; Setting Black Mark Function; Auto Calibration for Black Mark

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
- 23 -
3-14 SelectLabelMode
This function selects the Label/Receipt Mode.
Int32 SelectLabelMode(bool enable)
[Parameters]
* bool enable
[in] Sends whether the Label Mode is used or not.
If the value is TRUE, the Label Mode is selected.
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns when the function succeeds.
BXL_STATUS_ERROR
-103
Unable to print.
BXL_WRITE_ERROR
-300
Data transmission failed.
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
……
// Select Label Mode
if (bxlPrinter.SelectLabelMode(true) != BXL_SUCCESS)
return;
bxlPrinter.NextPrintPos();
// Select Receipt Mode
if (bxlPrinter.SelectLabelMode(false) != BXL_SUCCESS)
return;
……

Other manuals for BIXOLON SPP-R210

Related product manuals