performance - XAML fast Printing on Bill Printer (IBM SureMark 4610) -
I have a problem, that my bill printer is printing very slowly with a line per second instead of 52 lines per second My Print Object is a WPF XAML-Fixed Page:
Public Virtual Zero Print (Fixed Page Page) {PrintTicket pTicket = PrintingQueue.DefaultPrintTicket; // print without dialog printed podialog pDialog = new printDialog {PrintQueue = PrintingQueue, // Printer Printer Selected Printer PrintTicket = pTicket // Type PrintTicket}; PDialog.PrintVisual (Page, "Print It"); }
XAML-objects are printed as I want but printing on a bill printer like IBM SureMark 4610 is very slow because the printer is using XML Fixed Page in graphic mode Prints a row per second and 52 lines per second. IBM writes that the printer prints in graphic mode when other fonts are used from three embedded (font A 10pt, font b12pt, font c? Pt).
I have the FontFamily = font A "and the font size =" 10 "
& dockpanel with the grid. Column =" 0 "grid. Line =" 3 "Horizontal Alignment =" Left "& gt; TextBlock Text =" Time: "Horizontal Alignment =" Left "FontFamily =" Font A "FontSize =" 10 "/> & gt; text block text =" - "horizontal protection TextBlock Text = "{binding work timeout, string format = \ {0: dd.MM.yyyy}}" horizontal alignment = "left" fontfamily = "font a" fontisystem = "10" />
But the printer is not switched on non-graphic mode. This is a slow printing.
Thanks René
Comments
Post a Comment