Page 1 of 1

StiPrinterSettings.ShowDialog has no effect

Posted: Fri Oct 26, 2012 9:43 am
by tpontow
Hello,

in both Wpf and Silverlight there is property

Code: Select all

StiPrinterSettings.ShowDialog
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.

Code: Select all

public void Print(object printTicketObject, bool showPrintDialog, int fromPage, int toPage, int copies, string printerName)
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

Re: StiPrinterSettings.ShowDialog has no effect

Posted: Fri Oct 26, 2012 10:37 am
by HighAley
Hello.

Due to Silverlight restriction it's impossible to suppress the print dialog.

Thank you.