Bartender print extra garbage characters
Belows are part of my code. And characters are printed together. I don't know how to solve this problem.
lock (engine)
{
bool success = true;
format.PrintSetup.IdenticalCopiesOfLabel = 1;
if (format.PrintSetup.SupportsSerializedLabels)
format.PrintSetup.NumberOfSerializedLabels = 1;
format.SubStrings["Serial"].Value = serial; // serial is string
format.PrintSetup.PrinterName = printer;
format.PrintSetup.UseDatabase = false;
int waitForCompletionTimeout = 10000;
Result result = format.Print(appName, waitForCompletionTimeout);
if (result != Result.Failure)
{
return 1;
}
}
The Output is:
Please advise on how to solve this problem.
0
-
Hello 지원 하,
Thank you for reaching us via our Forums.
Perhaps this is not an issue with the code, but rather the Printer Drivers or the BarTender version you are using not being up to date.
Could you provide us with the details on what printer drivers are you using and what BarTender version, edition, and service release are you using?
Thank you in advance.0 -
지원 하
★ BarTender Hero ★
Thanks for your reply. I am using the professional version, is it supported?
0
請登入寫評論。
評論
2 條評論