EasyManua.ls Logo

BIXOLON SPP-R210 - Printer Cleaning Instructions

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
- 26 -
3-17 SelectPageMode
This function selects whether to use the Page Mode.
Int32 SelectPageMode(BOOL enable)
[Parameters]
* BOOL enable
[in] Sends whether to use the Page Mode.
If the value is TRUE, the Page 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 Page Mode
if (bxlPrinter.SelectPageMode(true) != BXL_SUCCESS)
return;
// Select Standard Mode
if (bxlPrinter.SelectPageMode(false) != BXL_SUCCESS)
return;
……

Other manuals for BIXOLON SPP-R210

Related product manuals