StiPrinterSettings.ShowDialog has no effect
Posted: Fri Oct 26, 2012 9:43 am
Hello,
in both Wpf and Silverlight there is property
available. In Wpf this works, so i can suppress the print dialog. In Silverlight this has no effect. I took a look into the code and i found that there is no usage of that property in Silverlight. In Wpf the property is used in StiWpfPrintProvider.Print() method.
Is there another way in Silverlight to suppress the print dialog? When will the property ShowDialog work in Silverlight?
Thanks and kind regards
Thorsten Pontow
in both Wpf and Silverlight there is property
Code: Select all
StiPrinterSettings.ShowDialog
Code: Select all
public void Print(object printTicketObject, bool showPrintDialog, int fromPage, int toPage, int copies, string printerName)
Thanks and kind regards
Thorsten Pontow