EasyManua.ls Logo

BIXOLON SPP-R210 - Setprintdirectioninpm

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
- 29 -
3-20 SetPrintDirectionInPM
This function sets the direction of printing when it is in the Page Mode.
Int32 SetPrintDirectionInPM (Int32 direction)
[Parameters]
* Int32 direction
printDirection
Value
Printing
Direction
Starting
Position
Rotation
BXL_PD_LEFT_TO_RIGHT
48
Left -> Right
Top left
0 degree
BXL_PD_BOTTOM_TO_TOP
49
Bottom -> Top
Bottom left
270 degrees
BXL_PD_RIGHT_TO_LEFT
50
Right -> Left
Bottom right
180 degrees
BXL_PD_TOP_TO_BOTTOM
51
Top -> Bottom
Top right
90 degrees
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns when the function succeeds.
BXL_STATUS_ERROR
-103
Unable to print.
BXL_NOT_ SUPPORT
-107
The printer is not in the Label Mode.
BXL_BAD_ARGUMENT
-108
The specified argument is incorrect.
BXL_WRITE_ERROR
-300
Data transmission failed.
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
……
// Select Page Mode
if (bxlPrinter.SelectPageMode(true) != BXL_SUCCESS)
return;
bxlPrinter.SetPrintAreaInPM(0, 0, 416, 416);
bxlPrinter.SetPrintDirectionInPM(BXL_PD_LEFT_TO_RIGHT);
……
bxlPrinter.FormFeed(2);

Other manuals for BIXOLON SPP-R210

Related product manuals