* textSize
[in] This value sets the size of the text. Both width and height values can be set.
Set it to scale width by x1.
Set it to scale width by x2.
Set it to scale width by x3.
Set it to scale width by x4.
Set it to scale width by x5.
Set it to scale width by x6.
Set it to scale width by x7.
Set it to scale width by x8.
Set it to scale height by x1.
Set it to scale height by x2.
Set it to scale height by x3.
Set it to scale height by x4.
Set it to scale height by x5.
Set it to scale height by x6.
Set it to scale height by x7.
Set it to scale height by x8.
Returns when the function succeeds.
Data transmission failed.
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
……
bxlPrinter.PrintText("Bixolon Mobile Printer.\n", BXL_ALIGNMENT_LEFT,
BXL_FT_DEFAULT, BXL_TS_0WIDTH | BXL_TS_0HEIGHT);
……