Issue with C#.net code to print arabic on bixolon spp r300

1k views Asked by At

I facing an issue with C#.net code to print Arabic characters on bixolon printer spp r300.

I tried the following code but not it doesn't work, just printing question marks “?” instead of arabic characters. For English characters, it works fine.

BxlPrint.SetInterChrSet(BxlPrint.BXL_CS_WPC1256);

    BxlPrint.SetCharacterSet(BxlPrint.BXL_CS_WPC1256);
    BxlPrint.PrintText("واحد القبول صحة", BxlPrint.BXL_ALIGNMENT_CENTER, BxlPrint.BXL_FT_DEFAULT,
    BxlPrint.BXL_TS_0WIDTH | BxlPrint.BXL_TS_0HEIGHT);
0

There are 0 answers